Html Css Color HEX #AAD407 Inch Worm

📋 copy color: '#AAD407'

red 170 ◦ green 212 ◦ blue 7

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

Shades of Inch Worm #AAD407

Tints of Inch Worm #AAD407

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.5%

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 43.7%
G = 54.5%
B = 1.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#AAD407 (or 0xAAD407) is known color: Inch Worm. HEX triplet: AA, D4 and 07. RGB value is (170,212,7). Sum of RGB (Red+Green+Blue) = 170+212+7=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD407 is #552BF8. Grayscale: #B0B0B0. Windows color (decimal): -5581817 or 513194. OLE color: 513194.

HSL color Cylindrical-coordinate representation of color #AAD407: hue angle of 72.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAD407 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 7 -
CMYK 0.20 0 0.97 0.17
HSL 72.29º 0.94% 0.43% -
HSV(B) 72.29º 0.97% 0.83% -
XYZ 40.16 55.65 8.83 -
YUV 176.07 32.59 123.67 -
System Red Green Blue C M Y K H S L
Decimal 170 212 7 0.20 0 0.97 0.17 72.29 0.94 0.43
Hex AA D4 7 14 0 61 11 48 5E 2B
Octal 252 324 7 24 0 141 21 110 136 53
Binary 10101010 11010100 111 10100 0 1100001 10001 1001000 1011110 101011

Color Harmonies of #AAD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD407

Black with #AAD407

Text Example


Text Example

White with #AAD407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD407; }

 p { color: rgb(170,212,7); }

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

background-color css

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

 a { background-color: rgb(170,212,7); }

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

border-color css

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

 span { border-color: rgb(170,212,7); }

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