Html Css Color HEX #A0D531 Yellow Green

📋 copy color: '#A0D531'

red 160 ◦ green 213 ◦ blue 49

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

Shades of Yellow Green #A0D531

Tints of Yellow Green #A0D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

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

R = 37.91%
G = 50.47%
B = 11.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#A0D531 (or 0xA0D531) is known color: Yellow Green. HEX triplet: A0, D5 and 31. RGB value is (160,213,49). Sum of RGB (Red+Green+Blue) = 160+213+49=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D531 is #5F2ACE. Grayscale: #B3B3B3. Windows color (decimal): -6236879 or 3265952. OLE color: 3265952.

HSL color Cylindrical-coordinate representation of color #A0D531: hue angle of 79.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0D531 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 49 -
CMYK 0.25 0 0.77 0.16
HSL 79.39º 0.66% 0.51% -
HSV(B) 79.39º 0.77% 0.84% -
XYZ 38.85 55.28 11.53 -
YUV 178.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 160 213 49 0.25 0 0.77 0.16 79.39 0.66 0.51
Hex A0 D5 31 19 0 4D 10 4F 42 33
Octal 240 325 61 31 0 115 20 117 102 63
Binary 10100000 11010101 110001 11001 0 1001101 10000 1001111 1000010 110011

Color Harmonies of #A0D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D531

Black with #A0D531

Text Example


Text Example

White with #A0D531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D531; }

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

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

background-color css

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

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

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

border-color css

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

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

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