Html Css Color HEX #AACA30 Yellow Green

📋 copy color: '#AACA30'

red 170 ◦ green 202 ◦ blue 48

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

Shades of Yellow Green #AACA30

Tints of Yellow Green #AACA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 40.48%
G = 48.1%
B = 11.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#AACA30 (or 0xAACA30) is known color: Yellow Green. HEX triplet: AA, CA and 30. RGB value is (170,202,48). Sum of RGB (Red+Green+Blue) = 170+202+48=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA30 is #5535CF. Grayscale: #AFAFAF. Windows color (decimal): -5584336 or 3197610. OLE color: 3197610.

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

Color convert

RGB 170 202 48 -
CMYK 0.16 0 0.76 0.21
HSL 72.47º 0.62% 0.49% -
HSV(B) 72.47º 0.76% 0.79% -
XYZ 38.23 51 10.63 -
YUV 174.88 56.4 124.52 -
System Red Green Blue C M Y K H S L
Decimal 170 202 48 0.16 0 0.76 0.21 72.47 0.62 0.49
Hex AA CA 30 10 0 4C 15 48 3E 31
Octal 252 312 60 20 0 114 25 110 76 61
Binary 10101010 11001010 110000 10000 0 1001100 10101 1001000 111110 110001

Color Harmonies of #AACA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA30

Black with #AACA30

Text Example


Text Example

White with #AACA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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