Html Css Color HEX #A0EB9A Granny Smith Apple

📋 copy color: '#A0EB9A'

red 160 ◦ green 235 ◦ blue 154

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

Shades of Granny Smith Apple #A0EB9A

Tints of Granny Smith Apple #A0EB9A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.81%

 BLUE value IS 154 (60.55% from 255) = 28.05%

R = 29.14%
G = 42.81%
B = 28.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#A0EB9A (or 0xA0EB9A) is known color: Granny Smith Apple. HEX triplet: A0, EB and 9A. RGB value is (160,235,154). Sum of RGB (Red+Green+Blue) = 160+235+154=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB9A is #5F1465. Grayscale: #CBCBCB. Windows color (decimal): -6231142 or 10152864. OLE color: 10152864.

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

Color convert

RGB 160 235 154 -
CMYK 0.32 0 0.34 0.08
HSL 115.56º 0.67% 0.76% -
HSV(B) 115.56º 0.34% 0.92% -
XYZ 50.04 69.22 41.3 -
YUV 203.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 160 235 154 0.32 0 0.34 0.08 115.56 0.67 0.76
Hex A0 EB 9A 20 0 22 8 74 43 4C
Octal 240 353 232 40 0 42 10 164 103 114
Binary 10100000 11101011 10011010 100000 0 100010 1000 1110100 1000011 1001100

Color Harmonies of #A0EB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB9A

Black with #A0EB9A

Text Example


Text Example

White with #A0EB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB9A; }

 p { color: rgb(160,235,154); }

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

background-color css

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

 a { background-color: rgb(160,235,154); }

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

border-color css

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

 span { border-color: rgb(160,235,154); }

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