#ABF394

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

Shades of Granny Smith Apple #ABF394

Tints of Granny Smith Apple #ABF394

Color information

#ABF394 (or 0xABF394) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F3 and 94. RGB value is (171,243,148). Sum of RGB (Red+Green+Blue) = 171+243+148=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF394 is #540C6B. Grayscale: #D2D2D2. Windows color (decimal): -5508204 or 9761707. OLE color: 9761707.

HSL color Cylindrical-coordinate representation of color #ABF394: hue angle of 105.47º 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 #ABF394 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB171243148-
CMYK0.3000.390.05
HSL105.47º79.83%76.67%-
HSV(B)105.47º39.09%95.29%-
XYZ54.1974.939.62-
YUV210.6492.6599.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 243 (95.31% from 255) = 43.24%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=30.43%
G=43.24%
B=26.33%

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
Decimal1712431480.3000.390.05105.4779.8376.67
HexABF3941E027569504d
Octal253363224360475151120115
Binary101010111111001110010100111100100111101110100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF394; }

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

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

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

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

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

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

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

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