#A0CF9E

Color #A0CF9E Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A0CF9E

Tints of Granny Smith Apple #A0CF9E

Color information

#A0CF9E (or 0xA0CF9E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, CF and 9E. RGB value is (160,207,158). Sum of RGB (Red+Green+Blue) = 160+207+158=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF9E is #5F3061. Grayscale: #BBBBBB. Windows color (decimal): -6238306 or 10407840. OLE color: 10407840.

HSL color Cylindrical-coordinate representation of color #A0CF9E: hue angle of 117.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CF9E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB160207158-
CMYK0.2300.240.19
HSL117.55º33.79%71.57%-
HSV(B)117.55º23.67%81.18%-
XYZ42.9854.5740.62-
YUV187.36111.43108.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=30.48%
G=39.43%
B=30.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071580.2300.240.19117.5533.7971.57
HexA0CF9E1701813762248
Octal240317236270302316642110
Binary101000001100111110011110101110110001001111101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF9E; }

 p { color: rgb(160,207,158); }

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

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

 a { background-color: rgb(160,207,158); }

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

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

 span { border-color: rgb(160,207,158); }

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