#ABF298

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

Shades of Granny Smith Apple #ABF298

Tints of Granny Smith Apple #ABF298

Color information

#ABF298 (or 0xABF298) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F2 and 98. RGB value is (171,242,152). Sum of RGB (Red+Green+Blue) = 171+242+152=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF298 is #540D67. Grayscale: #D2D2D2. Windows color (decimal): -5508456 or 10023595. OLE color: 10023595.

HSL color Cylindrical-coordinate representation of color #ABF298: hue angle of 107.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABF298 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB171242152-
CMYK0.2900.370.05
HSL107.33º77.59%77.25%-
HSV(B)107.33º37.19%94.9%-
XYZ54.2174.4341.21-
YUV210.5194.9899.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=30.27%
G=42.83%
B=26.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421520.2900.370.05107.3377.5977.25
HexABF2981D02556b4e4d
Octal253362230350455153116115
Binary101010111111001010011000111010100101101110101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF298; }

 p { color: rgb(171,242,152); }

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

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

 a { background-color: rgb(171,242,152); }

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

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

 span { border-color: rgb(171,242,152); }

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