Html Css Color HEX #AAD504 Inch Worm

📋 copy color: '#AAD504'

red 170 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #AAD504

Tints of Inch Worm #AAD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.04%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 43.93%
G = 55.04%
B = 1.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#AAD504 (or 0xAAD504) is known color: Inch Worm. HEX triplet: AA, D5 and 04. RGB value is (170,213,4). Sum of RGB (Red+Green+Blue) = 170+213+4=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD504 is #552AFB. Grayscale: #B1B1B1. Windows color (decimal): -5581564 or 316842. OLE color: 316842.

HSL color Cylindrical-coordinate representation of color #AAD504: hue angle of 72.34º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD504 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 4 -
CMYK 0.20 0 0.98 0.16
HSL 72.34º 0.96% 0.43% -
HSV(B) 72.34º 0.98% 0.84% -
XYZ 40.39 56.14 8.82 -
YUV 176.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 170 213 4 0.20 0 0.98 0.16 72.34 0.96 0.43
Hex AA D5 4 14 0 62 10 48 60 2B
Octal 252 325 4 24 0 142 20 110 140 53
Binary 10101010 11010101 100 10100 0 1100010 10000 1001000 1100000 101011

Color Harmonies of #AAD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD504

Black with #AAD504

Text Example


Text Example

White with #AAD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD504; }

 p { color: rgb(170,213,4); }

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

background-color css

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

 a { background-color: rgb(170,213,4); }

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

border-color css

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

 span { border-color: rgb(170,213,4); }

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