Html Css Color HEX #A0C532 Yellow Green

📋 copy color: '#A0C532'

red 160 ◦ green 197 ◦ blue 50

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

Shades of Yellow Green #A0C532

Tints of Yellow Green #A0C532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 39.31%
G = 48.4%
B = 12.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#A0C532 (or 0xA0C532) is known color: Yellow Green. HEX triplet: A0, C5 and 32. RGB value is (160,197,50). Sum of RGB (Red+Green+Blue) = 160+197+50=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C532 is #5F3ACD. Grayscale: #A9A9A9. Windows color (decimal): -6240974 or 3327392. OLE color: 3327392.

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

Color convert

RGB 160 197 50 -
CMYK 0.19 0 0.75 0.23
HSL 75.1º 0.6% 0.48% -
HSV(B) 75.1º 0.75% 0.77% -
XYZ 35.04 47.64 10.37 -
YUV 169.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 160 197 50 0.19 0 0.75 0.23 75.1 0.6 0.48
Hex A0 C5 32 13 0 4B 17 4B 3C 30
Octal 240 305 62 23 0 113 27 113 74 60
Binary 10100000 11000101 110010 10011 0 1001011 10111 1001011 111100 110000

Color Harmonies of #A0C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C532

Black with #A0C532

Text Example


Text Example

White with #A0C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C532; }

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

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

background-color css

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

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

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

border-color css

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

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

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