Html Css Color HEX #A2D528 Yellow Green

📋 copy color: '#A2D528'

red 162 ◦ green 213 ◦ blue 40

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

Shades of Yellow Green #A2D528

Tints of Yellow Green #A2D528

RGB

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

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

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

R = 39.04%
G = 51.33%
B = 9.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#A2D528 (or 0xA2D528) is known color: Yellow Green. HEX triplet: A2, D5 and 28. RGB value is (162,213,40). Sum of RGB (Red+Green+Blue) = 162+213+40=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D528 is #5D2AD7. Grayscale: #B2B2B2. Windows color (decimal): -6105816 or 2676130. OLE color: 2676130.

HSL color Cylindrical-coordinate representation of color #A2D528: hue angle of 77.69º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2D528 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 40 -
CMYK 0.24 0 0.81 0.16
HSL 77.69º 0.68% 0.5% -
HSV(B) 77.69º 0.81% 0.84% -
XYZ 39.08 55.42 10.65 -
YUV 178.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 162 213 40 0.24 0 0.81 0.16 77.69 0.68 0.5
Hex A2 D5 28 18 0 51 10 4E 44 32
Octal 242 325 50 30 0 121 20 116 104 62
Binary 10100010 11010101 101000 11000 0 1010001 10000 1001110 1000100 110010

Color Harmonies of #A2D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D528

Black with #A2D528

Text Example


Text Example

White with #A2D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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