#A7CEAA

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

Shades of Gum Leaf #A7CEAA

Tints of Gum Leaf #A7CEAA

Color information

#A7CEAA (or 0xA7CEAA) is unknown color: approx Gum Leaf. HEX triplet: A7, CE and AA. RGB value is (167,206,170). Sum of RGB (Red+Green+Blue) = 167+206+170=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEAA is #583155. Grayscale: #BEBEBE. Windows color (decimal): -5779798 or 11194023. OLE color: 11194023.

HSL color Cylindrical-coordinate representation of color #A7CEAA: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEAA is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB167206170-
CMYK0.1900.170.19
HSL124.62º28.47%73.14%-
HSV(B)124.62º18.93%80.78%-
XYZ45.2655.2646.31-
YUV190.24116.58111.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.76%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=30.76%
G=37.94%
B=31.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061700.1900.170.19124.6228.4773.14
HexA7CEAA13011137d1c49
Octal247316252230212317534111
Binary10100111110011101010101010011010001100111111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEAA; }

 p { color: rgb(167,206,170); }

 H1.HeaderClassName
 {
   color: #A7CEAA;
 }
 .AnyTagClassName
 {
   color: #A7CEAA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,206,170); }

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

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

 span { border-color: rgb(167,206,170); }

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