Html Css Color HEX #A0D621 Yellow Green

📋 copy color: '#A0D621'

red 160 ◦ green 214 ◦ blue 33

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

Shades of Yellow Green #A0D621

Tints of Yellow Green #A0D621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.58%

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 39.31%
G = 52.58%
B = 8.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#A0D621 (or 0xA0D621) is known color: Yellow Green. HEX triplet: A0, D6 and 21. RGB value is (160,214,33). Sum of RGB (Red+Green+Blue) = 160+214+33=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D621 is #5F29DE. Grayscale: #B1B1B1. Windows color (decimal): -6236639 or 2217632. OLE color: 2217632.

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

Color convert

RGB 160 214 33 -
CMYK 0.25 0 0.85 0.16
HSL 77.9º 0.73% 0.48% -
HSV(B) 77.9º 0.85% 0.84% -
XYZ 38.82 55.68 10.14 -
YUV 177.22 46.61 115.72 -
System Red Green Blue C M Y K H S L
Decimal 160 214 33 0.25 0 0.85 0.16 77.9 0.73 0.48
Hex A0 D6 21 19 0 55 10 4E 49 30
Octal 240 326 41 31 0 125 20 116 111 60
Binary 10100000 11010110 100001 11001 0 1010101 10000 1001110 1001001 110000

Color Harmonies of #A0D621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D621

Black with #A0D621

Text Example


Text Example

White with #A0D621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D621; }

 p { color: rgb(160,214,33); }

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

background-color css

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

 a { background-color: rgb(160,214,33); }

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

border-color css

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

 span { border-color: rgb(160,214,33); }

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