Html Css Color HEX #A1C032 Yellow Green

📋 copy color: '#A1C032'

red 161 ◦ green 192 ◦ blue 50

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

Shades of Yellow Green #A1C032

Tints of Yellow Green #A1C032

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 39.95%
G = 47.64%
B = 12.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A1C032 (or 0xA1C032) is known color: Yellow Green. HEX triplet: A1, C0 and 32. RGB value is (161,192,50). Sum of RGB (Red+Green+Blue) = 161+192+50=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C032 is #5E3FCD. Grayscale: #A7A7A7. Windows color (decimal): -6176718 or 3326113. OLE color: 3326113.

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

Color convert

RGB 161 192 50 -
CMYK 0.16 0 0.74 0.25
HSL 73.1º 0.59% 0.47% -
HSV(B) 73.1º 0.74% 0.75% -
XYZ 34.12 45.51 10 -
YUV 166.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 161 192 50 0.16 0 0.74 0.25 73.1 0.59 0.47
Hex A1 C0 32 10 0 4A 19 49 3B 2F
Octal 241 300 62 20 0 112 31 111 73 57
Binary 10100001 11000000 110010 10000 0 1001010 11001 1001001 111011 101111

Color Harmonies of #A1C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C032

Black with #A1C032

Text Example


Text Example

White with #A1C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C032; }

 p { color: rgb(161,192,50); }

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

background-color css

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

 a { background-color: rgb(161,192,50); }

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

border-color css

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

 span { border-color: rgb(161,192,50); }

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