Html Css Color HEX #A0E488 Granny Smith Apple

📋 copy color: '#A0E488'

red 160 ◦ green 228 ◦ blue 136

#A0E488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A0E488

Tints of Granny Smith Apple #A0E488

RGB

 RED value IS 160 (62.89% from 255) = 30.53%

 GREEN value IS 228 (89.45% from 255) = 43.51%

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 30.53%
G = 43.51%
B = 25.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#A0E488 (or 0xA0E488) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 88. RGB value is (160,228,136). Sum of RGB (Red+Green+Blue) = 160+228+136=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E488 is #5F1B77. Grayscale: #C5C5C5. Windows color (decimal): -6232952 or 8971424. OLE color: 8971424.

HSL color Cylindrical-coordinate representation of color #A0E488: hue angle of 104.35º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E488 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 136 -
CMYK 0.30 0 0.40 0.11
HSL 104.35º 0.63% 0.71% -
HSV(B) 104.35º 0.4% 0.89% -
XYZ 46.68 64.74 33.33 -
YUV 197.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 160 228 136 0.30 0 0.40 0.11 104.35 0.63 0.71
Hex A0 E4 88 1E 0 28 B 68 3F 47
Octal 240 344 210 36 0 50 13 150 77 107
Binary 10100000 11100100 10001000 11110 0 101000 1011 1101000 111111 1000111

Color Harmonies of #A0E488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E488

Black with #A0E488

Text Example


Text Example

White with #A0E488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E488; }

 p { color: rgb(160,228,136); }

 H1.HeaderClassName
 {
   color: #A0E488;
 }
 .AnyTagClassName
 {
   color: #A0E488;
 }
</style>

background-color css

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

 a { background-color: rgb(160,228,136); }

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

border-color css

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

 span { border-color: rgb(160,228,136); }

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