#ABF48E

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

Shades of Granny Smith Apple #ABF48E

Tints of Granny Smith Apple #ABF48E

Color information

#ABF48E (or 0xABF48E) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F4 and 8E. RGB value is (171,244,142). Sum of RGB (Red+Green+Blue) = 171+244+142=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF48E is #540B71. Grayscale: #D2D2D2. Windows color (decimal): -5507954 or 9368747. OLE color: 9368747.

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

Color convert

RGB171244142-
CMYK0.3000.420.04
HSL102.94º82.26%75.69%-
HSV(B)102.94º41.8%95.69%-
XYZ54.0375.3137.28-
YUV210.5489.3299.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=30.70%
G=43.81%
B=25.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712441420.3000.420.04102.9482.2675.69
HexABF48E1E02A467524c
Octal253364216360524147122114
Binary101010111111010010001110111100101010100110011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF48E; }

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

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

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

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

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

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

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

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