Html Css Color HEX #A0E588 Granny Smith Apple

📋 copy color: '#A0E588'

red 160 ◦ green 229 ◦ blue 136

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

Shades of Granny Smith Apple #A0E588

Tints of Granny Smith Apple #A0E588

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

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

R = 30.48%
G = 43.62%
B = 25.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#A0E588 (or 0xA0E588) is known color: Granny Smith Apple. HEX triplet: A0, E5 and 88. RGB value is (160,229,136). Sum of RGB (Red+Green+Blue) = 160+229+136=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E588 is #5F1A77. Grayscale: #C6C6C6. Windows color (decimal): -6232696 or 8971680. OLE color: 8971680.

HSL color Cylindrical-coordinate representation of color #A0E588: hue angle of 104.52º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E588 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 136 -
CMYK 0.30 0 0.41 0.10
HSL 104.52º 0.64% 0.72% -
HSV(B) 104.52º 0.41% 0.9% -
XYZ 46.96 65.29 33.42 -
YUV 197.77 93.14 101.06 -
System Red Green Blue C M Y K H S L
Decimal 160 229 136 0.30 0 0.41 0.10 104.52 0.64 0.72
Hex A0 E5 88 1E 0 29 A 69 40 48
Octal 240 345 210 36 0 51 12 151 100 110
Binary 10100000 11100101 10001000 11110 0 101001 1010 1101001 1000000 1001000

Color Harmonies of #A0E588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E588

Black with #A0E588

Text Example


Text Example

White with #A0E588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E588; }

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

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

background-color css

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

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

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

border-color css

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

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

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