Html Css Color HEX #A9CFB2 Gum Leaf

📋 copy color: '#A9CFB2'

red 169 ◦ green 207 ◦ blue 178

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

Shades of Gum Leaf #A9CFB2

Tints of Gum Leaf #A9CFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 30.51%
G = 37.36%
B = 32.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#A9CFB2 (or 0xA9CFB2) is known color: Gum Leaf. HEX triplet: A9, CF and B2. RGB value is (169,207,178). Sum of RGB (Red+Green+Blue) = 169+207+178=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CFB2 is #56304D. Grayscale: #C0C0C0. Windows color (decimal): -5648462 or 11718569. OLE color: 11718569.

HSL color Cylindrical-coordinate representation of color #A9CFB2: hue angle of 134.21º 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 #A9CFB2 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 207 178 -
CMYK 0.18 0 0.14 0.19
HSL 134.21º 0.28% 0.74% -
HSV(B) 134.21º 0.18% 0.81% -
XYZ 46.71 56.28 50.52 -
YUV 192.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 169 207 178 0.18 0 0.14 0.19 134.21 0.28 0.74
Hex A9 CF B2 12 0 E 13 86 1C 4A
Octal 251 317 262 22 0 16 23 206 34 112
Binary 10101001 11001111 10110010 10010 0 1110 10011 10000110 11100 1001010

Color Harmonies of #A9CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFB2

Black with #A9CFB2

Text Example


Text Example

White with #A9CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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