Html Css Color HEX #A0EB3C Green Yellow

📋 copy color: '#A0EB3C'

red 160 ◦ green 235 ◦ blue 60

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

Shades of Green Yellow #A0EB3C

Tints of Green Yellow #A0EB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 35.16%
G = 51.65%
B = 13.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#A0EB3C (or 0xA0EB3C) is known color: Green Yellow. HEX triplet: A0, EB and 3C. RGB value is (160,235,60). Sum of RGB (Red+Green+Blue) = 160+235+60=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EB3C is #5F14C3. Grayscale: #C1C1C1. Windows color (decimal): -6231236 or 3992480. OLE color: 3992480.

HSL color Cylindrical-coordinate representation of color #A0EB3C: hue angle of 85.71º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0EB3C is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 60 -
CMYK 0.32 0 0.74 0.08
HSL 85.71º 0.81% 0.58% -
HSV(B) 85.71º 0.74% 0.92% -
XYZ 45.02 67.22 14.88 -
YUV 192.63 53.15 104.73 -
System Red Green Blue C M Y K H S L
Decimal 160 235 60 0.32 0 0.74 0.08 85.71 0.81 0.58
Hex A0 EB 3C 20 0 4A 8 56 51 3A
Octal 240 353 74 40 0 112 10 126 121 72
Binary 10100000 11101011 111100 100000 0 1001010 1000 1010110 1010001 111010

Color Harmonies of #A0EB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB3C

Black with #A0EB3C

Text Example


Text Example

White with #A0EB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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