Html Css Color HEX #A1C131 Yellow Green

📋 copy color: '#A1C131'

red 161 ◦ green 193 ◦ blue 49

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

Shades of Yellow Green #A1C131

Tints of Yellow Green #A1C131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 39.95%
G = 47.89%
B = 12.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#A1C131 (or 0xA1C131) is known color: Yellow Green. HEX triplet: A1, C1 and 31. RGB value is (161,193,49). Sum of RGB (Red+Green+Blue) = 161+193+49=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C131 is #5E3ECE. Grayscale: #A7A7A7. Windows color (decimal): -6176463 or 3260833. OLE color: 3260833.

HSL color Cylindrical-coordinate representation of color #A1C131: hue angle of 73.33º 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 #A1C131 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 49 -
CMYK 0.17 0 0.75 0.24
HSL 73.33º 0.6% 0.47% -
HSV(B) 73.33º 0.75% 0.76% -
XYZ 34.32 45.94 9.96 -
YUV 167.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 161 193 49 0.17 0 0.75 0.24 73.33 0.6 0.47
Hex A1 C1 31 11 0 4B 18 49 3C 2F
Octal 241 301 61 21 0 113 30 111 74 57
Binary 10100001 11000001 110001 10001 0 1001011 11000 1001001 111100 101111

Color Harmonies of #A1C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C131

Black with #A1C131

Text Example


Text Example

White with #A1C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C131; }

 p { color: rgb(161,193,49); }

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

background-color css

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

 a { background-color: rgb(161,193,49); }

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

border-color css

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

 span { border-color: rgb(161,193,49); }

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