Html Css Color HEX #A1C32B Yellow Green

📋 copy color: '#A1C32B'

red 161 ◦ green 195 ◦ blue 43

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

Shades of Yellow Green #A1C32B

Tints of Yellow Green #A1C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 40.35%
G = 48.87%
B = 10.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A1C32B (or 0xA1C32B) is known color: Yellow Green. HEX triplet: A1, C3 and 2B. RGB value is (161,195,43). Sum of RGB (Red+Green+Blue) = 161+195+43=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C32B is #5E3CD4. Grayscale: #A8A8A8. Windows color (decimal): -6175957 or 2868129. OLE color: 2868129.

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

Color convert

RGB 161 195 43 -
CMYK 0.17 0 0.78 0.24
HSL 73.42º 0.64% 0.47% -
HSV(B) 73.42º 0.78% 0.76% -
XYZ 34.65 46.78 9.49 -
YUV 167.51 57.74 123.36 -
System Red Green Blue C M Y K H S L
Decimal 161 195 43 0.17 0 0.78 0.24 73.42 0.64 0.47
Hex A1 C3 2B 11 0 4E 18 49 40 2F
Octal 241 303 53 21 0 116 30 111 100 57
Binary 10100001 11000011 101011 10001 0 1001110 11000 1001001 1000000 101111

Color Harmonies of #A1C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C32B

Black with #A1C32B

Text Example


Text Example

White with #A1C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C32B; }

 p { color: rgb(161,195,43); }

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

background-color css

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

 a { background-color: rgb(161,195,43); }

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

border-color css

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

 span { border-color: rgb(161,195,43); }

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