Html Css Color HEX #A0EC9C Granny Smith Apple

📋 copy color: '#A0EC9C'

red 160 ◦ green 236 ◦ blue 156

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

Shades of Granny Smith Apple #A0EC9C

Tints of Granny Smith Apple #A0EC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.26%

R = 28.99%
G = 42.75%
B = 28.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#A0EC9C (or 0xA0EC9C) is known color: Granny Smith Apple. HEX triplet: A0, EC and 9C. RGB value is (160,236,156). Sum of RGB (Red+Green+Blue) = 160+236+156=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC9C is #5F1363. Grayscale: #CCCCCC. Windows color (decimal): -6230884 or 10284192. OLE color: 10284192.

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

Color convert

RGB 160 236 156 -
CMYK 0.32 0 0.34 0.07
HSL 117º 0.68% 0.77% -
HSV(B) 117º 0.34% 0.93% -
XYZ 50.49 69.86 42.28 -
YUV 204.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 160 236 156 0.32 0 0.34 0.07 117 0.68 0.77
Hex A0 EC 9C 20 0 22 7 75 44 4D
Octal 240 354 234 40 0 42 7 165 104 115
Binary 10100000 11101100 10011100 100000 0 100010 111 1110101 1000100 1001101

Color Harmonies of #A0EC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC9C

Black with #A0EC9C

Text Example


Text Example

White with #A0EC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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