#A8CFAE

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

Shades of Gum Leaf #A8CFAE

Tints of Gum Leaf #A8CFAE

Color information

#A8CFAE (or 0xA8CFAE) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and AE. RGB value is (168,207,174). Sum of RGB (Red+Green+Blue) = 168+207+174=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAE is #573051. Grayscale: #BFBFBF. Windows color (decimal): -5714002 or 11456424. OLE color: 11456424.

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

Color convert

RGB168207174-
CMYK0.1900.160.19
HSL129.23º28.89%73.53%-
HSV(B)129.23º18.84%81.18%-
XYZ46.156.0148.42-
YUV191.58118.08111.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=30.60%
G=37.70%
B=31.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071740.1900.160.19129.2328.8973.53
HexA8CFAE1301013811d4a
Octal250317256230202320135112
Binary101010001100111110101110100110100001001110000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFAE; }

 p { color: rgb(168,207,174); }

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

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

 a { background-color: rgb(168,207,174); }

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

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

 span { border-color: rgb(168,207,174); }

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