Html Css Color HEX #A8CDAA Gum Leaf

📋 copy color: '#A8CDAA'

red 168 ◦ green 205 ◦ blue 170

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

Shades of Gum Leaf #A8CDAA

Tints of Gum Leaf #A8CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

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

R = 30.94%
G = 37.75%
B = 31.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A8CDAA (or 0xA8CDAA) is known color: Gum Leaf. HEX triplet: A8, CD and AA. RGB value is (168,205,170). Sum of RGB (Red+Green+Blue) = 168+205+170=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDAA is #573255. Grayscale: #BEBEBE. Windows color (decimal): -5714518 or 11193768. OLE color: 11193768.

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

Color convert

RGB 168 205 170 -
CMYK 0.18 0 0.17 0.20
HSL 123.24º 0.27% 0.73% -
HSV(B) 123.24º 0.18% 0.8% -
XYZ 45.24 54.89 46.24 -
YUV 189.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 168 205 170 0.18 0 0.17 0.20 123.24 0.27 0.73
Hex A8 CD AA 12 0 11 14 7B 1B 49
Octal 250 315 252 22 0 21 24 173 33 111
Binary 10101000 11001101 10101010 10010 0 10001 10100 1111011 11011 1001001

Color Harmonies of #A8CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDAA

Black with #A8CDAA

Text Example


Text Example

White with #A8CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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