Html Css Color HEX #A6E2AF Celadon

📋 copy color: '#A6E2AF'

red 166 ◦ green 226 ◦ blue 175

#A6E2AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #A6E2AF

Tints of Celadon #A6E2AF

RGB

 RED value IS 166 (65.23% from 255) = 29.28%

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 29.28%
G = 39.86%
B = 30.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6E2AF (or 0xA6E2AF) is known color: Celadon. HEX triplet: A6, E2 and AF. RGB value is (166,226,175). Sum of RGB (Red+Green+Blue) = 166+226+175=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E2AF is #591D50. Grayscale: #CACACA. Windows color (decimal): -5840209 or 11526822. OLE color: 11526822.

HSL color Cylindrical-coordinate representation of color #A6E2AF: hue angle of 129º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2AF is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 175 -
CMYK 0.27 0 0.23 0.11
HSL 129º 0.51% 0.77% -
HSV(B) 129º 0.27% 0.89% -
XYZ 50.66 65.59 50.55 -
YUV 202.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 166 226 175 0.27 0 0.23 0.11 129 0.51 0.77
Hex A6 E2 AF 1B 0 17 B 81 33 4D
Octal 246 342 257 33 0 27 13 201 63 115
Binary 10100110 11100010 10101111 11011 0 10111 1011 10000001 110011 1001101

Color Harmonies of #A6E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2AF

Black with #A6E2AF

Text Example


Text Example

White with #A6E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2AF; }

 p { color: rgb(166,226,175); }

 H1.HeaderClassName
 {
   color: #A6E2AF;
 }
 .AnyTagClassName
 {
   color: #A6E2AF;
 }
</style>

background-color css

<style>
 a { background-color: #A6E2AF; }

 a { background-color: rgb(166,226,175); }

 div.DivClassName
 {
   background-color: #A6E2AF;
 }
 .BgClassName
 {
   background-color: #A6E2AF;
 }
</style>

border-color css

<style>
 span { border-color: #A6E2AF; }

 span { border-color: rgb(166,226,175); }

 td.TdClassName
 {
   border-color: #A6E2AF;
 }
 .TagClassName
 {
   border-color: #A6E2AF;
 }
</style>