Html Css Color HEX #A2DD28 Yellow Green

📋 copy color: '#A2DD28'

red 162 ◦ green 221 ◦ blue 40

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

Shades of Yellow Green #A2DD28

Tints of Yellow Green #A2DD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.25%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 38.3%
G = 52.25%
B = 9.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#A2DD28 (or 0xA2DD28) is known color: Yellow Green. HEX triplet: A2, DD and 28. RGB value is (162,221,40). Sum of RGB (Red+Green+Blue) = 162+221+40=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD28 is #5D22D7. Grayscale: #B7B7B7. Windows color (decimal): -6103768 or 2678178. OLE color: 2678178.

HSL color Cylindrical-coordinate representation of color #A2DD28: hue angle of 79.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2DD28 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 40 -
CMYK 0.27 0 0.82 0.13
HSL 79.56º 0.73% 0.51% -
HSV(B) 79.56º 0.82% 0.87% -
XYZ 41.14 59.55 11.33 -
YUV 182.73 47.45 113.22 -
System Red Green Blue C M Y K H S L
Decimal 162 221 40 0.27 0 0.82 0.13 79.56 0.73 0.51
Hex A2 DD 28 1B 0 52 D 50 49 33
Octal 242 335 50 33 0 122 15 120 111 63
Binary 10100010 11011101 101000 11011 0 1010010 1101 1010000 1001001 110011

Color Harmonies of #A2DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD28

Black with #A2DD28

Text Example


Text Example

White with #A2DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD28; }

 p { color: rgb(162,221,40); }

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

background-color css

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

 a { background-color: rgb(162,221,40); }

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

border-color css

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

 span { border-color: rgb(162,221,40); }

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