#ABF095

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

Shades of Granny Smith Apple #ABF095

Tints of Granny Smith Apple #ABF095

Color information

#ABF095 (or 0xABF095) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F0 and 95. RGB value is (171,240,149). Sum of RGB (Red+Green+Blue) = 171+240+149=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF095 is #540F6A. Grayscale: #D1D1D1. Windows color (decimal): -5508971 or 9826475. OLE color: 9826475.

HSL color Cylindrical-coordinate representation of color #ABF095: hue angle of 105.49º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABF095 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB171240149-
CMYK0.2900.380.06
HSL105.49º75.21%76.27%-
HSV(B)105.49º37.92%94.12%-
XYZ53.3873.1539.74-
YUV208.9994.14100.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 240 (94.14% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=30.54%
G=42.86%
B=26.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401490.2900.380.06105.4975.2176.27
HexABF0951D0266694b4c
Octal253360225350466151113114
Binary101010111111000010010101111010100110110110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF095; }

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

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

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

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

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

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

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

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