#ABF496

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

Shades of Granny Smith Apple #ABF496

Tints of Granny Smith Apple #ABF496

Color information

#ABF496 (or 0xABF496) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F4 and 96. RGB value is (171,244,150). Sum of RGB (Red+Green+Blue) = 171+244+150=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF496 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF496 is #540B69. Grayscale: #D3D3D3. Windows color (decimal): -5507946 or 9893035. OLE color: 9893035.

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

Color convert

RGB171244150-
CMYK0.3000.390.04
HSL106.6º81.03%77.25%-
HSV(B)106.6º38.52%95.69%-
XYZ54.6575.5640.56-
YUV211.4693.3299.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 244 (95.70% from 255) = 43.19%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=30.27%
G=43.19%
B=26.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712441500.3000.390.04106.681.0377.25
HexABF4961E02746b514d
Octal253364226360474153121115
Binary101010111111010010010110111100100111100110101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF496; }

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

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

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

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

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

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

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

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