Html Css Color HEX #A2D134 Yellow Green

📋 copy color: '#A2D134'

red 162 ◦ green 209 ◦ blue 52

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

Shades of Yellow Green #A2D134

Tints of Yellow Green #A2D134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 38.3%
G = 49.41%
B = 12.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A2D134 (or 0xA2D134) is known color: Yellow Green. HEX triplet: A2, D1 and 34. RGB value is (162,209,52). Sum of RGB (Red+Green+Blue) = 162+209+52=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D134 is #5D2ECB. Grayscale: #B1B1B1. Windows color (decimal): -6106828 or 3461538. OLE color: 3461538.

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

Color convert

RGB 162 209 52 -
CMYK 0.22 0 0.75 0.18
HSL 77.96º 0.63% 0.51% -
HSV(B) 77.96º 0.75% 0.82% -
XYZ 38.32 53.53 11.56 -
YUV 177.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 162 209 52 0.22 0 0.75 0.18 77.96 0.63 0.51
Hex A2 D1 34 16 0 4B 12 4E 3F 33
Octal 242 321 64 26 0 113 22 116 77 63
Binary 10100010 11010001 110100 10110 0 1001011 10010 1001110 111111 110011

Color Harmonies of #A2D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D134

Black with #A2D134

Text Example


Text Example

White with #A2D134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D134; }

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

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

background-color css

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

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

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

border-color css

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

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

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