Html Css Color HEX #A9CFAB Gum Leaf

📋 copy color: '#A9CFAB'

red 169 ◦ green 207 ◦ blue 171

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

Shades of Gum Leaf #A9CFAB

Tints of Gum Leaf #A9CFAB

RGB

 RED value IS 169 (66.41% from 255) = 30.9%

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 30.9%
G = 37.84%
B = 31.26%

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

#A9CFAB (or 0xA9CFAB) is known color: Gum Leaf. HEX triplet: A9, CF and AB. RGB value is (169,207,171). Sum of RGB (Red+Green+Blue) = 169+207+171=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CFAB is #563054. Grayscale: #BFBFBF. Windows color (decimal): -5648469 or 11259817. OLE color: 11259817.

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

Color convert

RGB 169 207 171 -
CMYK 0.18 0 0.17 0.19
HSL 123.16º 0.28% 0.74% -
HSV(B) 123.16º 0.18% 0.81% -
XYZ 46.03 56 46.91 -
YUV 191.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 169 207 171 0.18 0 0.17 0.19 123.16 0.28 0.74
Hex A9 CF AB 12 0 11 13 7B 1C 4A
Octal 251 317 253 22 0 21 23 173 34 112
Binary 10101001 11001111 10101011 10010 0 10001 10011 1111011 11100 1001010

Color Harmonies of #A9CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFAB

Black with #A9CFAB

Text Example


Text Example

White with #A9CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFAB; }

 p { color: rgb(169,207,171); }

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

background-color css

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

 a { background-color: rgb(169,207,171); }

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

border-color css

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

 span { border-color: rgb(169,207,171); }

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