Html Css Color HEX #A0EC9A Granny Smith Apple

📋 copy color: '#A0EC9A'

red 160 ◦ green 236 ◦ blue 154

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

Shades of Granny Smith Apple #A0EC9A

Tints of Granny Smith Apple #A0EC9A

RGB

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

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

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

R = 29.09%
G = 42.91%
B = 28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#A0EC9A (or 0xA0EC9A) is known color: Granny Smith Apple. HEX triplet: A0, EC and 9A. RGB value is (160,236,154). Sum of RGB (Red+Green+Blue) = 160+236+154=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC9A is #5F1365. Grayscale: #CCCCCC. Windows color (decimal): -6230886 or 10153120. OLE color: 10153120.

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

Color convert

RGB 160 236 154 -
CMYK 0.32 0 0.35 0.07
HSL 115.61º 0.68% 0.76% -
HSV(B) 115.61º 0.35% 0.93% -
XYZ 50.33 69.8 41.39 -
YUV 203.93 99.82 96.67 -
System Red Green Blue C M Y K H S L
Decimal 160 236 154 0.32 0 0.35 0.07 115.61 0.68 0.76
Hex A0 EC 9A 20 0 23 7 74 44 4C
Octal 240 354 232 40 0 43 7 164 104 114
Binary 10100000 11101100 10011010 100000 0 100011 111 1110100 1000100 1001100

Color Harmonies of #A0EC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC9A

Black with #A0EC9A

Text Example


Text Example

White with #A0EC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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