Html Css Color HEX #A0EE31 Green Yellow

📋 copy color: '#A0EE31'

red 160 ◦ green 238 ◦ blue 49

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

Shades of Green Yellow #A0EE31

Tints of Green Yellow #A0EE31

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.24%

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 35.79%
G = 53.24%
B = 10.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#A0EE31 (or 0xA0EE31) is known color: Green Yellow. HEX triplet: A0, EE and 31. RGB value is (160,238,49). Sum of RGB (Red+Green+Blue) = 160+238+49=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE31 is #5F11CE. Grayscale: #C1C1C1. Windows color (decimal): -6230479 or 3272352. OLE color: 3272352.

HSL color Cylindrical-coordinate representation of color #A0EE31: hue angle of 84.76º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0EE31 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 49 -
CMYK 0.33 0 0.79 0.07
HSL 84.76º 0.85% 0.56% -
HSV(B) 84.76º 0.79% 0.93% -
XYZ 45.63 68.84 13.79 -
YUV 193.13 46.66 104.37 -
System Red Green Blue C M Y K H S L
Decimal 160 238 49 0.33 0 0.79 0.07 84.76 0.85 0.56
Hex A0 EE 31 21 0 4F 7 55 55 38
Octal 240 356 61 41 0 117 7 125 125 70
Binary 10100000 11101110 110001 100001 0 1001111 111 1010101 1010101 111000

Color Harmonies of #A0EE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE31

Black with #A0EE31

Text Example


Text Example

White with #A0EE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE31; }

 p { color: rgb(160,238,49); }

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

background-color css

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

 a { background-color: rgb(160,238,49); }

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

border-color css

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

 span { border-color: rgb(160,238,49); }

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