Html Css Color HEX #A1CC34 Yellow Green

📋 copy color: '#A1CC34'

red 161 ◦ green 204 ◦ blue 52

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

Shades of Yellow Green #A1CC34

Tints of Yellow Green #A1CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.47%

R = 38.61%
G = 48.92%
B = 12.47%

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

#A1CC34 (or 0xA1CC34) is known color: Yellow Green. HEX triplet: A1, CC and 34. RGB value is (161,204,52). Sum of RGB (Red+Green+Blue) = 161+204+52=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC34 is #5E33CB. Grayscale: #AEAEAE. Windows color (decimal): -6173644 or 3460257. OLE color: 3460257.

HSL color Cylindrical-coordinate representation of color #A1CC34: hue angle of 76.97º degrees, saturation: 0.6, 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 #A1CC34 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 52 -
CMYK 0.21 0 0.75 0.2
HSL 76.97º 0.6% 0.5% -
HSV(B) 76.97º 0.75% 0.8% -
XYZ 36.91 51.01 11.15 -
YUV 173.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 161 204 52 0.21 0 0.75 0.2 76.97 0.6 0.5
Hex A1 CC 34 15 0 4B 14 4D 3C 32
Octal 241 314 64 25 0 113 24 115 74 62
Binary 10100001 11001100 110100 10101 0 1001011 10100 1001101 111100 110010

Color Harmonies of #A1CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC34

Black with #A1CC34

Text Example


Text Example

White with #A1CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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