Html Css Color HEX #A0EC8A Granny Smith Apple

📋 copy color: '#A0EC8A'

red 160 ◦ green 236 ◦ blue 138

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

Shades of Granny Smith Apple #A0EC8A

Tints of Granny Smith Apple #A0EC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 29.96%
G = 44.19%
B = 25.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A0EC8A (or 0xA0EC8A) is known color: Granny Smith Apple. HEX triplet: A0, EC and 8A. RGB value is (160,236,138). Sum of RGB (Red+Green+Blue) = 160+236+138=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC8A is #5F1375. Grayscale: #CACACA. Windows color (decimal): -6230902 or 9104544. OLE color: 9104544.

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

Color convert

RGB 160 236 138 -
CMYK 0.32 0 0.42 0.07
HSL 106.53º 0.72% 0.73% -
HSV(B) 106.53º 0.42% 0.93% -
XYZ 49.08 69.3 34.83 -
YUV 202.1 91.82 97.97 -
System Red Green Blue C M Y K H S L
Decimal 160 236 138 0.32 0 0.42 0.07 106.53 0.72 0.73
Hex A0 EC 8A 20 0 2A 7 6B 48 49
Octal 240 354 212 40 0 52 7 153 110 111
Binary 10100000 11101100 10001010 100000 0 101010 111 1101011 1001000 1001001

Color Harmonies of #A0EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC8A

Black with #A0EC8A

Text Example


Text Example

White with #A0EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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