Html Css Color HEX #A1C42B Yellow Green

📋 copy color: '#A1C42B'

red 161 ◦ green 196 ◦ blue 43

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

Shades of Yellow Green #A1C42B

Tints of Yellow Green #A1C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

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

R = 40.25%
G = 49%
B = 10.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A1C42B (or 0xA1C42B) is known color: Yellow Green. HEX triplet: A1, C4 and 2B. RGB value is (161,196,43). Sum of RGB (Red+Green+Blue) = 161+196+43=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C42B is #5E3BD4. Grayscale: #A8A8A8. Windows color (decimal): -6175701 or 2868385. OLE color: 2868385.

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

Color convert

RGB 161 196 43 -
CMYK 0.18 0 0.78 0.23
HSL 73.73º 0.64% 0.47% -
HSV(B) 73.73º 0.78% 0.77% -
XYZ 34.87 47.23 9.56 -
YUV 168.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 161 196 43 0.18 0 0.78 0.23 73.73 0.64 0.47
Hex A1 C4 2B 12 0 4E 17 4A 40 2F
Octal 241 304 53 22 0 116 27 112 100 57
Binary 10100001 11000100 101011 10010 0 1001110 10111 1001010 1000000 101111

Color Harmonies of #A1C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C42B

Black with #A1C42B

Text Example


Text Example

White with #A1C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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