#ABF395

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

Shades of Granny Smith Apple #ABF395

Tints of Granny Smith Apple #ABF395

Color information

#ABF395 (or 0xABF395) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F3 and 95. RGB value is (171,243,149). Sum of RGB (Red+Green+Blue) = 171+243+149=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF395 is #540C6A. Grayscale: #D3D3D3. Windows color (decimal): -5508203 or 9827243. OLE color: 9827243.

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

Color convert

RGB171243149-
CMYK0.3000.390.05
HSL105.96º79.66%76.86%-
HSV(B)105.96º38.68%95.29%-
XYZ54.2774.9340.04-
YUV210.7693.1599.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 243 (95.31% from 255) = 43.16%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=30.37%
G=43.16%
B=26.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712431490.3000.390.05105.9679.6676.86
HexABF3951E02756a504d
Octal253363225360475152120115
Binary101010111111001110010101111100100111101110101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF395; }

 p { color: rgb(171,243,149); }

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

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

 a { background-color: rgb(171,243,149); }

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

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

 span { border-color: rgb(171,243,149); }

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