#A2EB98

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

Shades of Granny Smith Apple #A2EB98

Tints of Granny Smith Apple #A2EB98

Color information

#A2EB98 (or 0xA2EB98) is unknown color: approx Granny Smith Apple. HEX triplet: A2, EB and 98. RGB value is (162,235,152). Sum of RGB (Red+Green+Blue) = 162+235+152=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EB98 is #5D1467. Grayscale: #CBCBCB. Windows color (decimal): -6100072 or 10021794. OLE color: 10021794.

HSL color Cylindrical-coordinate representation of color #A2EB98: hue angle of 112.77º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2EB98 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB162235152-
CMYK0.3100.350.08
HSL112.77º67.48%75.88%-
HSV(B)112.77º35.32%92.16%-
XYZ50.2869.3740.44-
YUV203.7198.8298.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=29.51%
G=42.81%
B=27.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351520.3100.350.08112.7767.4875.88
HexA2EB981F023871434c
Octal2423532303704310161103114
Binary1010001011101011100110001111101000111000111000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EB98; }

 p { color: rgb(162,235,152); }

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

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

 a { background-color: rgb(162,235,152); }

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

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

 span { border-color: rgb(162,235,152); }

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