#ABF38A

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

Shades of Granny Smith Apple #ABF38A

Tints of Granny Smith Apple #ABF38A

Color information

#ABF38A (or 0xABF38A) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F3 and 8A. RGB value is (171,243,138). Sum of RGB (Red+Green+Blue) = 171+243+138=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF38A is #540C75. Grayscale: #D1D1D1. Windows color (decimal): -5508214 or 9106347. OLE color: 9106347.

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

Color convert

RGB171243138-
CMYK0.3000.430.05
HSL101.14º81.4%74.71%-
HSV(B)101.14º43.21%95.29%-
XYZ53.4374.5935.63-
YUV209.587.65100.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 243 (95.31% from 255) = 44.02%
BLUE value IS 138 (54.30% from 255) = 25%
R=30.98%
G=44.02%
B=25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712431380.3000.430.05101.1481.474.71
HexABF38A1E02B565514b
Octal253363212360535145121113
Binary101010111111001110001010111100101011101110010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF38A; }

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

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

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

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

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

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

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

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