Html Css Color HEX #A0EB3E Green Yellow

📋 copy color: '#A0EB3E'

red 160 ◦ green 235 ◦ blue 62

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

Shades of Green Yellow #A0EB3E

Tints of Green Yellow #A0EB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 35.01%
G = 51.42%
B = 13.57%

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

#A0EB3E (or 0xA0EB3E) is known color: Green Yellow. HEX triplet: A0, EB and 3E. RGB value is (160,235,62). Sum of RGB (Red+Green+Blue) = 160+235+62=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EB3E is #5F14C1. Grayscale: #C1C1C1. Windows color (decimal): -6231234 or 4123552. OLE color: 4123552.

HSL color Cylindrical-coordinate representation of color #A0EB3E: hue angle of 86.01º 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 #A0EB3E is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 62 -
CMYK 0.32 0 0.74 0.08
HSL 86.01º 0.81% 0.58% -
HSV(B) 86.01º 0.74% 0.92% -
XYZ 45.08 67.24 15.16 -
YUV 192.85 54.15 104.57 -
System Red Green Blue C M Y K H S L
Decimal 160 235 62 0.32 0 0.74 0.08 86.01 0.81 0.58
Hex A0 EB 3E 20 0 4A 8 56 51 3A
Octal 240 353 76 40 0 112 10 126 121 72
Binary 10100000 11101011 111110 100000 0 1001010 1000 1010110 1010001 111010

Color Harmonies of #A0EB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB3E

Black with #A0EB3E

Text Example


Text Example

White with #A0EB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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