Html Css Color HEX #A9CFB7 Gum Leaf

📋 copy color: '#A9CFB7'

red 169 ◦ green 207 ◦ blue 183

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

Shades of Gum Leaf #A9CFB7

Tints of Gum Leaf #A9CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.74%

R = 30.23%
G = 37.03%
B = 32.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#A9CFB7 (or 0xA9CFB7) is known color: Gum Leaf. HEX triplet: A9, CF and B7. RGB value is (169,207,183). Sum of RGB (Red+Green+Blue) = 169+207+183=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFB7 is #563048. Grayscale: #C0C0C0. Windows color (decimal): -5648457 or 12046249. OLE color: 12046249.

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

Color convert

RGB 169 207 183 -
CMYK 0.18 0 0.12 0.19
HSL 142.11º 0.28% 0.74% -
HSV(B) 142.11º 0.18% 0.81% -
XYZ 47.22 56.48 53.21 -
YUV 192.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 169 207 183 0.18 0 0.12 0.19 142.11 0.28 0.74
Hex A9 CF B7 12 0 C 13 8E 1C 4A
Octal 251 317 267 22 0 14 23 216 34 112
Binary 10101001 11001111 10110111 10010 0 1100 10011 10001110 11100 1001010

Color Harmonies of #A9CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFB7

Black with #A9CFB7

Text Example


Text Example

White with #A9CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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