Html Css Color HEX #A2C130 Yellow Green

📋 copy color: '#A2C130'

red 162 ◦ green 193 ◦ blue 48

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

Shades of Yellow Green #A2C130

Tints of Yellow Green #A2C130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 40.2%
G = 47.89%
B = 11.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#A2C130 (or 0xA2C130) is known color: Yellow Green. HEX triplet: A2, C1 and 30. RGB value is (162,193,48). Sum of RGB (Red+Green+Blue) = 162+193+48=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C130 is #5D3ECF. Grayscale: #A7A7A7. Windows color (decimal): -6110928 or 3195298. OLE color: 3195298.

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

Color convert

RGB 162 193 48 -
CMYK 0.16 0 0.75 0.24
HSL 72.83º 0.6% 0.47% -
HSV(B) 72.83º 0.75% 0.76% -
XYZ 34.5 46.03 9.86 -
YUV 167.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 162 193 48 0.16 0 0.75 0.24 72.83 0.6 0.47
Hex A2 C1 30 10 0 4B 18 49 3C 2F
Octal 242 301 60 20 0 113 30 111 74 57
Binary 10100010 11000001 110000 10000 0 1001011 11000 1001001 111100 101111

Color Harmonies of #A2C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C130

Black with #A2C130

Text Example


Text Example

White with #A2C130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C130; }

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

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

background-color css

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

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

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

border-color css

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

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

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