Html Css Color HEX #A9CFB1 Gum Leaf

📋 copy color: '#A9CFB1'

red 169 ◦ green 207 ◦ blue 177

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

Shades of Gum Leaf #A9CFB1

Tints of Gum Leaf #A9CFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 30.56%
G = 37.43%
B = 32.01%

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

#A9CFB1 (or 0xA9CFB1) is known color: Gum Leaf. HEX triplet: A9, CF and B1. RGB value is (169,207,177). Sum of RGB (Red+Green+Blue) = 169+207+177=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CFB1 is #56304E. Grayscale: #C0C0C0. Windows color (decimal): -5648463 or 11653033. OLE color: 11653033.

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

Color convert

RGB 169 207 177 -
CMYK 0.18 0 0.14 0.19
HSL 132.63º 0.28% 0.74% -
HSV(B) 132.63º 0.18% 0.81% -
XYZ 46.61 56.23 49.99 -
YUV 192.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 169 207 177 0.18 0 0.14 0.19 132.63 0.28 0.74
Hex A9 CF B1 12 0 E 13 85 1C 4A
Octal 251 317 261 22 0 16 23 205 34 112
Binary 10101001 11001111 10110001 10010 0 1110 10011 10000101 11100 1001010

Color Harmonies of #A9CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFB1

Black with #A9CFB1

Text Example


Text Example

White with #A9CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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