Html Css Color HEX #A0EC3C Green Yellow

📋 copy color: '#A0EC3C'

red 160 ◦ green 236 ◦ blue 60

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

Shades of Green Yellow #A0EC3C

Tints of Green Yellow #A0EC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 35.09%
G = 51.75%
B = 13.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#A0EC3C (or 0xA0EC3C) is known color: Green Yellow. HEX triplet: A0, EC and 3C. RGB value is (160,236,60). Sum of RGB (Red+Green+Blue) = 160+236+60=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC3C is #5F13C3. Grayscale: #C1C1C1. Windows color (decimal): -6230980 or 3992736. OLE color: 3992736.

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

Color convert

RGB 160 236 60 -
CMYK 0.32 0 0.75 0.07
HSL 85.91º 0.82% 0.58% -
HSV(B) 85.91º 0.75% 0.93% -
XYZ 45.31 67.79 14.97 -
YUV 193.21 52.82 104.31 -
System Red Green Blue C M Y K H S L
Decimal 160 236 60 0.32 0 0.75 0.07 85.91 0.82 0.58
Hex A0 EC 3C 20 0 4B 7 56 52 3A
Octal 240 354 74 40 0 113 7 126 122 72
Binary 10100000 11101100 111100 100000 0 1001011 111 1010110 1010010 111010

Color Harmonies of #A0EC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC3C

Black with #A0EC3C

Text Example


Text Example

White with #A0EC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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