Html Css Color HEX #AACD30 Yellow Green

📋 copy color: '#AACD30'

red 170 ◦ green 205 ◦ blue 48

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

Shades of Yellow Green #AACD30

Tints of Yellow Green #AACD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.46%

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

R = 40.19%
G = 48.46%
B = 11.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#AACD30 (or 0xAACD30) is known color: Yellow Green. HEX triplet: AA, CD and 30. RGB value is (170,205,48). Sum of RGB (Red+Green+Blue) = 170+205+48=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD30 is #5532CF. Grayscale: #B1B1B1. Windows color (decimal): -5583568 or 3198378. OLE color: 3198378.

HSL color Cylindrical-coordinate representation of color #AACD30: hue angle of 73.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AACD30 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 48 -
CMYK 0.17 0 0.77 0.20
HSL 73.38º 0.62% 0.5% -
HSV(B) 73.38º 0.77% 0.8% -
XYZ 38.94 52.42 10.86 -
YUV 176.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 170 205 48 0.17 0 0.77 0.20 73.38 0.62 0.5
Hex AA CD 30 11 0 4D 14 49 3E 32
Octal 252 315 60 21 0 115 24 111 76 62
Binary 10101010 11001101 110000 10001 0 1001101 10100 1001001 111110 110010

Color Harmonies of #AACD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD30

Black with #AACD30

Text Example


Text Example

White with #AACD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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