Html Css Color HEX #A0E59B Granny Smith Apple

📋 copy color: '#A0E59B'

red 160 ◦ green 229 ◦ blue 155

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

Shades of Granny Smith Apple #A0E59B

Tints of Granny Smith Apple #A0E59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.49%

R = 29.41%
G = 42.1%
B = 28.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#A0E59B (or 0xA0E59B) is known color: Granny Smith Apple. HEX triplet: A0, E5 and 9B. RGB value is (160,229,155). Sum of RGB (Red+Green+Blue) = 160+229+155=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E59B is #5F1A64. Grayscale: #C8C8C8. Windows color (decimal): -6232677 or 10216864. OLE color: 10216864.

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

Color convert

RGB 160 229 155 -
CMYK 0.30 0 0.32 0.10
HSL 115.95º 0.59% 0.75% -
HSV(B) 115.95º 0.32% 0.9% -
XYZ 48.43 65.88 41.17 -
YUV 199.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 160 229 155 0.30 0 0.32 0.10 115.95 0.59 0.75
Hex A0 E5 9B 1E 0 20 A 74 3B 4B
Octal 240 345 233 36 0 40 12 164 73 113
Binary 10100000 11100101 10011011 11110 0 100000 1010 1110100 111011 1001011

Color Harmonies of #A0E59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E59B

Black with #A0E59B

Text Example


Text Example

White with #A0E59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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