Html Css Color HEX #A0EC90 Granny Smith Apple

📋 copy color: '#A0EC90'

red 160 ◦ green 236 ◦ blue 144

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

Shades of Granny Smith Apple #A0EC90

Tints of Granny Smith Apple #A0EC90

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 29.63%
G = 43.7%
B = 26.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#A0EC90 (or 0xA0EC90) is known color: Granny Smith Apple. HEX triplet: A0, EC and 90. RGB value is (160,236,144). Sum of RGB (Red+Green+Blue) = 160+236+144=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC90 is #5F136F. Grayscale: #CBCBCB. Windows color (decimal): -6230896 or 9497760. OLE color: 9497760.

HSL color Cylindrical-coordinate representation of color #A0EC90: hue angle of 109.57º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0EC90 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 144 -
CMYK 0.32 0 0.39 0.07
HSL 109.57º 0.71% 0.75% -
HSV(B) 109.57º 0.39% 0.93% -
XYZ 49.53 69.48 37.19 -
YUV 202.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 160 236 144 0.32 0 0.39 0.07 109.57 0.71 0.75
Hex A0 EC 90 20 0 27 7 6E 47 4B
Octal 240 354 220 40 0 47 7 156 107 113
Binary 10100000 11101100 10010000 100000 0 100111 111 1101110 1000111 1001011

Color Harmonies of #A0EC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC90

Black with #A0EC90

Text Example


Text Example

White with #A0EC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC90; }

 p { color: rgb(160,236,144); }

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

background-color css

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

 a { background-color: rgb(160,236,144); }

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

border-color css

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

 span { border-color: rgb(160,236,144); }

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