Html Css Color HEX #A9CFB3 Gum Leaf

📋 copy color: '#A9CFB3'

red 169 ◦ green 207 ◦ blue 179

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

Shades of Gum Leaf #A9CFB3

Tints of Gum Leaf #A9CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.25%

R = 30.45%
G = 37.3%
B = 32.25%

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

#A9CFB3 (or 0xA9CFB3) is known color: Gum Leaf. HEX triplet: A9, CF and B3. RGB value is (169,207,179). Sum of RGB (Red+Green+Blue) = 169+207+179=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFB3 is #56304C. Grayscale: #C0C0C0. Windows color (decimal): -5648461 or 11784105. OLE color: 11784105.

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

Color convert

RGB 169 207 179 -
CMYK 0.18 0 0.14 0.19
HSL 135.79º 0.28% 0.74% -
HSV(B) 135.79º 0.18% 0.81% -
XYZ 46.81 56.32 51.05 -
YUV 192.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 169 207 179 0.18 0 0.14 0.19 135.79 0.28 0.74
Hex A9 CF B3 12 0 E 13 88 1C 4A
Octal 251 317 263 22 0 16 23 210 34 112
Binary 10101001 11001111 10110011 10010 0 1110 10011 10001000 11100 1001010

Color Harmonies of #A9CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFB3

Black with #A9CFB3

Text Example


Text Example

White with #A9CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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