Html Css Color HEX #A2D021 Yellow Green

📋 copy color: '#A2D021'

red 162 ◦ green 208 ◦ blue 33

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

Shades of Yellow Green #A2D021

Tints of Yellow Green #A2D021

RGB

 RED value IS 162 (63.67% from 255) = 40.2%

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

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

R = 40.2%
G = 51.61%
B = 8.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#A2D021 (or 0xA2D021) is known color: Yellow Green. HEX triplet: A2, D0 and 21. RGB value is (162,208,33). Sum of RGB (Red+Green+Blue) = 162+208+33=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D021 is #5D2FDE. Grayscale: #AEAEAE. Windows color (decimal): -6107103 or 2216098. OLE color: 2216098.

HSL color Cylindrical-coordinate representation of color #A2D021: hue angle of 75.77º 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 #A2D021 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 33 -
CMYK 0.22 0 0.84 0.18
HSL 75.77º 0.73% 0.47% -
HSV(B) 75.77º 0.84% 0.82% -
XYZ 37.73 52.9 9.66 -
YUV 174.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 162 208 33 0.22 0 0.84 0.18 75.77 0.73 0.47
Hex A2 D0 21 16 0 54 12 4C 49 2F
Octal 242 320 41 26 0 124 22 114 111 57
Binary 10100010 11010000 100001 10110 0 1010100 10010 1001100 1001001 101111

Color Harmonies of #A2D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D021

Black with #A2D021

Text Example


Text Example

White with #A2D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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