#A9CFB3

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

Shades of Gum Leaf #A9CFB3

Tints of Gum Leaf #A9CFB3

Color information

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

RGB169207179-
CMYK0.1800.140.19
HSL135.79º28.36%73.73%-
HSV(B)135.79º18.36%81.18%-
XYZ46.8156.3251.05-
YUV192.45120.41111.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=30.45%
G=37.30%
B=32.25%

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
Decimal1692071790.1800.140.19135.7928.3673.73
HexA9CFB3120E13881c4a
Octal251317263220162321034112
Binary10101001110011111011001110010011101001110001000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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