#ABF68A

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

Shades of Granny Smith Apple #ABF68A

Tints of Granny Smith Apple #ABF68A

Color information

#ABF68A (or 0xABF68A) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F6 and 8A. RGB value is (171,246,138). Sum of RGB (Red+Green+Blue) = 171+246+138=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF68A is #540975. Grayscale: #D3D3D3. Windows color (decimal): -5507446 or 9107115. OLE color: 9107115.

HSL color Cylindrical-coordinate representation of color #ABF68A: hue angle of 101.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABF68A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB171246138-
CMYK0.3000.440.04
HSL101.67º85.71%75.29%-
HSV(B)101.67º43.9%96.47%-
XYZ54.3476.435.93-
YUV211.2686.6599.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 246 (96.48% from 255) = 44.32%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=30.81%
G=44.32%
B=24.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712461380.3000.440.04101.6785.7175.29
HexABF68A1E02C466564b
Octal253366212360544146126113
Binary101010111111011010001010111100101100100110011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF68A; }

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

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

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

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

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

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

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

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