#A1EA98

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

Shades of Granny Smith Apple #A1EA98

Tints of Granny Smith Apple #A1EA98

Color information

#A1EA98 (or 0xA1EA98) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EA and 98. RGB value is (161,234,152). Sum of RGB (Red+Green+Blue) = 161+234+152=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EA98 is #5E1567. Grayscale: #CBCBCB. Windows color (decimal): -6165864 or 10021537. OLE color: 10021537.

HSL color Cylindrical-coordinate representation of color #A1EA98: hue angle of 113.41º degrees, saturation: 0.66, 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 #A1EA98 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB161234152-
CMYK0.3100.350.08
HSL113.41º66.13%75.69%-
HSV(B)113.41º35.04%91.76%-
XYZ49.7968.6940.34-
YUV202.8299.3298.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=29.43%
G=42.78%
B=27.79%

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
Decimal1612341520.3100.350.08113.4166.1375.69
HexA1EA981F023871424c
Octal2413522303704310161102114
Binary1010000111101010100110001111101000111000111000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EA98; }

 p { color: rgb(161,234,152); }

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

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

 a { background-color: rgb(161,234,152); }

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

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

 span { border-color: rgb(161,234,152); }

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