Html Css Color HEX #A1CC32 Yellow Green

📋 copy color: '#A1CC32'

red 161 ◦ green 204 ◦ blue 50

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

Shades of Yellow Green #A1CC32

Tints of Yellow Green #A1CC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

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

R = 38.8%
G = 49.16%
B = 12.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#A1CC32 (or 0xA1CC32) is known color: Yellow Green. HEX triplet: A1, CC and 32. RGB value is (161,204,50). Sum of RGB (Red+Green+Blue) = 161+204+50=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC32 is #5E33CD. Grayscale: #AEAEAE. Windows color (decimal): -6173646 or 3329185. OLE color: 3329185.

HSL color Cylindrical-coordinate representation of color #A1CC32: hue angle of 76.75º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1CC32 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 50 -
CMYK 0.21 0 0.75 0.2
HSL 76.75º 0.61% 0.5% -
HSV(B) 76.75º 0.75% 0.8% -
XYZ 36.87 50.99 10.92 -
YUV 173.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 161 204 50 0.21 0 0.75 0.2 76.75 0.61 0.5
Hex A1 CC 32 15 0 4B 14 4D 3D 32
Octal 241 314 62 25 0 113 24 115 75 62
Binary 10100001 11001100 110010 10101 0 1001011 10100 1001101 111101 110010

Color Harmonies of #A1CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC32

Black with #A1CC32

Text Example


Text Example

White with #A1CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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