Html Css Color HEX #AACA32 Yellow Green

📋 copy color: '#AACA32'

red 170 ◦ green 202 ◦ blue 50

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

Shades of Yellow Green #AACA32

Tints of Yellow Green #AACA32

RGB

 RED value IS 170 (66.8% from 255) = 40.28%

 GREEN value IS 202 (79.3% from 255) = 47.87%

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

R = 40.28%
G = 47.87%
B = 11.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#AACA32 (or 0xAACA32) is known color: Yellow Green. HEX triplet: AA, CA and 32. RGB value is (170,202,50). Sum of RGB (Red+Green+Blue) = 170+202+50=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA32 is #5535CD. Grayscale: #AFAFAF. Windows color (decimal): -5584334 or 3328682. OLE color: 3328682.

HSL color Cylindrical-coordinate representation of color #AACA32: hue angle of 72.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AACA32 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 50 -
CMYK 0.16 0 0.75 0.21
HSL 72.63º 0.6% 0.49% -
HSV(B) 72.63º 0.75% 0.79% -
XYZ 38.27 51.02 10.85 -
YUV 175.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 170 202 50 0.16 0 0.75 0.21 72.63 0.6 0.49
Hex AA CA 32 10 0 4B 15 49 3C 31
Octal 252 312 62 20 0 113 25 111 74 61
Binary 10101010 11001010 110010 10000 0 1001011 10101 1001001 111100 110001

Color Harmonies of #AACA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA32

Black with #AACA32

Text Example


Text Example

White with #AACA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA32; }

 p { color: rgb(170,202,50); }

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

background-color css

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

 a { background-color: rgb(170,202,50); }

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

border-color css

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

 span { border-color: rgb(170,202,50); }

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