#ABF497

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

Shades of Granny Smith Apple #ABF497

Tints of Granny Smith Apple #ABF497

Color information

#ABF497 (or 0xABF497) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F4 and 97. RGB value is (171,244,151). Sum of RGB (Red+Green+Blue) = 171+244+151=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF497 is #540B68. Grayscale: #D3D3D3. Windows color (decimal): -5507945 or 9958571. OLE color: 9958571.

HSL color Cylindrical-coordinate representation of color #ABF497: hue angle of 107.1º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABF497 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB171244151-
CMYK0.3000.380.04
HSL107.1º80.87%77.45%-
HSV(B)107.1º38.11%95.69%-
XYZ54.7375.5940.98-
YUV211.5793.8299.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=30.21%
G=43.11%
B=26.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712441510.3000.380.04107.180.8777.45
HexABF4971E02646b514d
Octal253364227360464153121115
Binary101010111111010010010111111100100110100110101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF497; }

 p { color: rgb(171,244,151); }

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

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

 a { background-color: rgb(171,244,151); }

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

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

 span { border-color: rgb(171,244,151); }

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