Html Css Color HEX #A6D7AA Celadon

📋 copy color: '#A6D7AA'

red 166 ◦ green 215 ◦ blue 170

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

Shades of Celadon #A6D7AA

Tints of Celadon #A6D7AA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.02%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 30.13%
G = 39.02%
B = 30.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A6D7AA (or 0xA6D7AA) is known color: Celadon. HEX triplet: A6, D7 and AA. RGB value is (166,215,170). Sum of RGB (Red+Green+Blue) = 166+215+170=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D7AA is #592855. Grayscale: #C3C3C3. Windows color (decimal): -5843030 or 11196326. OLE color: 11196326.

HSL color Cylindrical-coordinate representation of color #A6D7AA: hue angle of 124.9º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7AA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 170 -
CMYK 0.23 0 0.21 0.16
HSL 124.9º 0.38% 0.75% -
HSV(B) 124.9º 0.23% 0.84% -
XYZ 47.28 59.61 47.04 -
YUV 195.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 166 215 170 0.23 0 0.21 0.16 124.9 0.38 0.75
Hex A6 D7 AA 17 0 15 10 7D 26 4B
Octal 246 327 252 27 0 25 20 175 46 113
Binary 10100110 11010111 10101010 10111 0 10101 10000 1111101 100110 1001011

Color Harmonies of #A6D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D7AA

Black with #A6D7AA

Text Example


Text Example

White with #A6D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D7AA; }

 p { color: rgb(166,215,170); }

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

background-color css

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

 a { background-color: rgb(166,215,170); }

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

border-color css

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

 span { border-color: rgb(166,215,170); }

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