Html Css Color HEX #A2D132 Yellow Green

📋 copy color: '#A2D132'

red 162 ◦ green 209 ◦ blue 50

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

Shades of Yellow Green #A2D132

Tints of Yellow Green #A2D132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.64%

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 38.48%
G = 49.64%
B = 11.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#A2D132 (or 0xA2D132) is known color: Yellow Green. HEX triplet: A2, D1 and 32. RGB value is (162,209,50). Sum of RGB (Red+Green+Blue) = 162+209+50=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D132 is #5D2ECD. Grayscale: #B1B1B1. Windows color (decimal): -6106830 or 3330466. OLE color: 3330466.

HSL color Cylindrical-coordinate representation of color #A2D132: hue angle of 77.74º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2D132 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 50 -
CMYK 0.22 0 0.76 0.18
HSL 77.74º 0.63% 0.51% -
HSV(B) 77.74º 0.76% 0.82% -
XYZ 38.28 53.51 11.33 -
YUV 176.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 162 209 50 0.22 0 0.76 0.18 77.74 0.63 0.51
Hex A2 D1 32 16 0 4C 12 4E 3F 33
Octal 242 321 62 26 0 114 22 116 77 63
Binary 10100010 11010001 110010 10110 0 1001100 10010 1001110 111111 110011

Color Harmonies of #A2D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D132

Black with #A2D132

Text Example


Text Example

White with #A2D132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D132; }

 p { color: rgb(162,209,50); }

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

background-color css

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

 a { background-color: rgb(162,209,50); }

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

border-color css

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

 span { border-color: rgb(162,209,50); }

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