Html Css Color HEX #A0C52E Yellow Green

📋 copy color: '#A0C52E'

red 160 ◦ green 197 ◦ blue 46

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

Shades of Yellow Green #A0C52E

Tints of Yellow Green #A0C52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 39.7%
G = 48.88%
B = 11.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#A0C52E (or 0xA0C52E) is known color: Yellow Green. HEX triplet: A0, C5 and 2E. RGB value is (160,197,46). Sum of RGB (Red+Green+Blue) = 160+197+46=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C52E is #5F3AD1. Grayscale: #A9A9A9. Windows color (decimal): -6240978 or 3065248. OLE color: 3065248.

HSL color Cylindrical-coordinate representation of color #A0C52E: hue angle of 74.7º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C52E is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 46 -
CMYK 0.19 0 0.77 0.23
HSL 74.7º 0.62% 0.48% -
HSV(B) 74.7º 0.77% 0.77% -
XYZ 34.96 47.6 9.93 -
YUV 168.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 160 197 46 0.19 0 0.77 0.23 74.7 0.62 0.48
Hex A0 C5 2E 13 0 4D 17 4B 3E 30
Octal 240 305 56 23 0 115 27 113 76 60
Binary 10100000 11000101 101110 10011 0 1001101 10111 1001011 111110 110000

Color Harmonies of #A0C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C52E

Black with #A0C52E

Text Example


Text Example

White with #A0C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C52E; }

 p { color: rgb(160,197,46); }

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

background-color css

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

 a { background-color: rgb(160,197,46); }

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

border-color css

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

 span { border-color: rgb(160,197,46); }

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