Html Css Color HEX #A0E42D Yellow Green

📋 copy color: '#A0E42D'

red 160 ◦ green 228 ◦ blue 45

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

Shades of Yellow Green #A0E42D

Tints of Yellow Green #A0E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.66%

 BLUE value IS 45 (17.97% from 255) = 10.39%

R = 36.95%
G = 52.66%
B = 10.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#A0E42D (or 0xA0E42D) is known color: Yellow Green. HEX triplet: A0, E4 and 2D. RGB value is (160,228,45). Sum of RGB (Red+Green+Blue) = 160+228+45=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E42D is #5F1BD2. Grayscale: #BBBBBB. Windows color (decimal): -6233043 or 3007648. OLE color: 3007648.

HSL color Cylindrical-coordinate representation of color #A0E42D: hue angle of 82.3º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0E42D is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 45 -
CMYK 0.30 0 0.80 0.11
HSL 82.3º 0.77% 0.54% -
HSV(B) 82.3º 0.8% 0.89% -
XYZ 42.71 63.15 12.42 -
YUV 186.81 47.97 108.88 -
System Red Green Blue C M Y K H S L
Decimal 160 228 45 0.30 0 0.80 0.11 82.3 0.77 0.54
Hex A0 E4 2D 1E 0 50 B 52 4D 36
Octal 240 344 55 36 0 120 13 122 115 66
Binary 10100000 11100100 101101 11110 0 1010000 1011 1010010 1001101 110110

Color Harmonies of #A0E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E42D

Black with #A0E42D

Text Example


Text Example

White with #A0E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E42D; }

 p { color: rgb(160,228,45); }

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

background-color css

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

 a { background-color: rgb(160,228,45); }

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

border-color css

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

 span { border-color: rgb(160,228,45); }

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