#A9CFB1

Color #A9CFB1 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A9CFB1

Tints of Gum Leaf #A9CFB1

Color information

#A9CFB1 (or 0xA9CFB1) is unknown color: approx 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

RGB169207177-
CMYK0.1800.140.19
HSL132.63º28.36%73.73%-
HSV(B)132.63º18.36%81.18%-
XYZ46.6156.2349.99-
YUV192.22119.41111.44-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071770.1800.140.19132.6328.3673.73
HexA9CFB1120E13851c4a
Octal251317261220162320534112
Binary10101001110011111011000110010011101001110000101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>