Html Css Color HEX #A0D021 Yellow Green

📋 copy color: '#A0D021'

red 160 ◦ green 208 ◦ blue 33

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

Shades of Yellow Green #A0D021

Tints of Yellow Green #A0D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.87%

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

R = 39.9%
G = 51.87%
B = 8.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#A0D021 (or 0xA0D021) is known color: Yellow Green. HEX triplet: A0, D0 and 21. RGB value is (160,208,33). Sum of RGB (Red+Green+Blue) = 160+208+33=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D021 is #5F2FDE. Grayscale: #AEAEAE. Windows color (decimal): -6238175 or 2216096. OLE color: 2216096.

HSL color Cylindrical-coordinate representation of color #A0D021: hue angle of 76.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D021 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 33 -
CMYK 0.23 0 0.84 0.18
HSL 76.46º 0.73% 0.47% -
HSV(B) 76.46º 0.84% 0.82% -
XYZ 37.33 52.7 9.64 -
YUV 173.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 160 208 33 0.23 0 0.84 0.18 76.46 0.73 0.47
Hex A0 D0 21 17 0 54 12 4C 49 2F
Octal 240 320 41 27 0 124 22 114 111 57
Binary 10100000 11010000 100001 10111 0 1010100 10010 1001100 1001001 101111

Color Harmonies of #A0D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D021

Black with #A0D021

Text Example


Text Example

White with #A0D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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