#ABE694

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

Shades of Granny Smith Apple #ABE694

Tints of Granny Smith Apple #ABE694

Color information

#ABE694 (or 0xABE694) is unknown color: approx Granny Smith Apple. HEX triplet: AB, E6 and 94. RGB value is (171,230,148). Sum of RGB (Red+Green+Blue) = 171+230+148=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE694 is #54196B. Grayscale: #CBCBCB. Windows color (decimal): -5511532 or 9758379. OLE color: 9758379.

HSL color Cylindrical-coordinate representation of color #ABE694: hue angle of 103.17º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABE694 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB171230148-
CMYK0.2600.360.10
HSL103.17º62.12%74.12%-
HSV(B)103.17º35.65%90.2%-
XYZ50.4467.3938.37-
YUV203.0196.95105.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=31.15%
G=41.89%
B=26.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712301480.2600.360.10103.1762.1274.12
HexABE6941A024A673e4a
Octal253346224320441214776112
Binary101010111110011010010100110100100100101011001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE694; }

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

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

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

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

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

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

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

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