Html Css Color HEX #A8CEAA Gum Leaf

📋 copy color: '#A8CEAA'

red 168 ◦ green 206 ◦ blue 170

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

Shades of Gum Leaf #A8CEAA

Tints of Gum Leaf #A8CEAA

RGB

 RED value IS 168 (66.02% from 255) = 30.88%

 GREEN value IS 206 (80.86% from 255) = 37.87%

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

R = 30.88%
G = 37.87%
B = 31.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A8CEAA (or 0xA8CEAA) is known color: Gum Leaf. HEX triplet: A8, CE and AA. RGB value is (168,206,170). Sum of RGB (Red+Green+Blue) = 168+206+170=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEAA is #573155. Grayscale: #BEBEBE. Windows color (decimal): -5714262 or 11194024. OLE color: 11194024.

HSL color Cylindrical-coordinate representation of color #A8CEAA: hue angle of 123.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEAA is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 170 -
CMYK 0.18 0 0.17 0.19
HSL 123.16º 0.28% 0.73% -
HSV(B) 123.16º 0.18% 0.81% -
XYZ 45.48 55.37 46.32 -
YUV 190.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 168 206 170 0.18 0 0.17 0.19 123.16 0.28 0.73
Hex A8 CE AA 12 0 11 13 7B 1C 49
Octal 250 316 252 22 0 21 23 173 34 111
Binary 10101000 11001110 10101010 10010 0 10001 10011 1111011 11100 1001001

Color Harmonies of #A8CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEAA

Black with #A8CEAA

Text Example


Text Example

White with #A8CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEAA; }

 p { color: rgb(168,206,170); }

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

background-color css

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

 a { background-color: rgb(168,206,170); }

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

border-color css

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

 span { border-color: rgb(168,206,170); }

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