Html Css Color HEX #AAD700 Inch Worm

📋 copy color: '#AAD700'

red 170 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #AAD700

Tints of Inch Worm #AAD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.16%
G = 55.84%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#AAD700 (or 0xAAD700) is known color: Inch Worm. HEX triplet: AA, D7 and 00. RGB value is (170,215,0). Sum of RGB (Red+Green+Blue) = 170+215+0=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD700 is #5528FF. Grayscale: #B1B1B1. Windows color (decimal): -5581056 or 55210. OLE color: 55210.

HSL color Cylindrical-coordinate representation of color #AAD700: hue angle of 72.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAD700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 0 -
CMYK 0.21 0 1 0.16
HSL 72.56º 1% 0.42% -
HSV(B) 72.56º 1% 0.84% -
XYZ 40.88 57.15 8.88 -
YUV 177.04 28.09 122.98 -
System Red Green Blue C M Y K H S L
Decimal 170 215 0 0.21 0 1 0.16 72.56 1 0.42
Hex AA D7 0 15 0 64 10 49 64 2A
Octal 252 327 0 25 0 144 20 111 144 52
Binary 10101010 11010111 0 10101 0 1100100 10000 1001001 1100100 101010

Color Harmonies of #AAD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD700

Black with #AAD700

Text Example


Text Example

White with #AAD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD700; }

 p { color: rgb(170,215,0); }

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

background-color css

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

 a { background-color: rgb(170,215,0); }

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

border-color css

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

 span { border-color: rgb(170,215,0); }

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