Html Css Color HEX #A0E52D Yellow Green

📋 copy color: '#A0E52D'

red 160 ◦ green 229 ◦ blue 45

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

Shades of Yellow Green #A0E52D

Tints of Yellow Green #A0E52D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.76%

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

R = 36.87%
G = 52.76%
B = 10.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#A0E52D (or 0xA0E52D) is known color: Yellow Green. HEX triplet: A0, E5 and 2D. RGB value is (160,229,45). Sum of RGB (Red+Green+Blue) = 160+229+45=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E52D is #5F1AD2. Grayscale: #BCBCBC. Windows color (decimal): -6232787 or 3007904. OLE color: 3007904.

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

Color convert

RGB 160 229 45 -
CMYK 0.30 0 0.80 0.10
HSL 82.5º 0.78% 0.54% -
HSV(B) 82.5º 0.8% 0.9% -
XYZ 42.99 63.7 12.51 -
YUV 187.39 47.64 108.46 -
System Red Green Blue C M Y K H S L
Decimal 160 229 45 0.30 0 0.80 0.10 82.5 0.78 0.54
Hex A0 E5 2D 1E 0 50 A 52 4E 36
Octal 240 345 55 36 0 120 12 122 116 66
Binary 10100000 11100101 101101 11110 0 1010000 1010 1010010 1001110 110110

Color Harmonies of #A0E52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E52D

Black with #A0E52D

Text Example


Text Example

White with #A0E52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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