Html Css Color HEX #A2C132 Yellow Green

📋 copy color: '#A2C132'

red 162 ◦ green 193 ◦ blue 50

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

Shades of Yellow Green #A2C132

Tints of Yellow Green #A2C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

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

R = 40%
G = 47.65%
B = 12.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#A2C132 (or 0xA2C132) is known color: Yellow Green. HEX triplet: A2, C1 and 32. RGB value is (162,193,50). Sum of RGB (Red+Green+Blue) = 162+193+50=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C132 is #5D3ECD. Grayscale: #A7A7A7. Windows color (decimal): -6110926 or 3326370. OLE color: 3326370.

HSL color Cylindrical-coordinate representation of color #A2C132: hue angle of 73.01º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2C132 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 50 -
CMYK 0.16 0 0.74 0.24
HSL 73.01º 0.59% 0.48% -
HSV(B) 73.01º 0.74% 0.76% -
XYZ 34.55 46.05 10.09 -
YUV 167.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 162 193 50 0.16 0 0.74 0.24 73.01 0.59 0.48
Hex A2 C1 32 10 0 4A 18 49 3B 30
Octal 242 301 62 20 0 112 30 111 73 60
Binary 10100010 11000001 110010 10000 0 1001010 11000 1001001 111011 110000

Color Harmonies of #A2C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C132

Black with #A2C132

Text Example


Text Example

White with #A2C132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C132; }

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

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

background-color css

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

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

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

border-color css

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

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

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