Html Css Color HEX #AAD00D Inch Worm

📋 copy color: '#AAD00D'

red 170 ◦ green 208 ◦ blue 13

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

Shades of Inch Worm #AAD00D

Tints of Inch Worm #AAD00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 43.48%
G = 53.2%
B = 3.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AAD00D (or 0xAAD00D) is known color: Inch Worm. HEX triplet: AA, D0 and 0D. RGB value is (170,208,13). Sum of RGB (Red+Green+Blue) = 170+208+13=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD00D is #552FF2. Grayscale: #AFAFAF. Windows color (decimal): -5582835 or 905386. OLE color: 905386.

HSL color Cylindrical-coordinate representation of color #AAD00D: hue angle of 71.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD00D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 13 -
CMYK 0.18 0 0.94 0.18
HSL 71.69º 0.88% 0.43% -
HSV(B) 71.69º 0.94% 0.82% -
XYZ 39.21 53.69 8.68 -
YUV 174.41 36.91 124.86 -
System Red Green Blue C M Y K H S L
Decimal 170 208 13 0.18 0 0.94 0.18 71.69 0.88 0.43
Hex AA D0 D 12 0 5E 12 48 58 2B
Octal 252 320 15 22 0 136 22 110 130 53
Binary 10101010 11010000 1101 10010 0 1011110 10010 1001000 1011000 101011

Color Harmonies of #AAD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD00D

Black with #AAD00D

Text Example


Text Example

White with #AAD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD00D; }

 p { color: rgb(170,208,13); }

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

background-color css

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

 a { background-color: rgb(170,208,13); }

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

border-color css

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

 span { border-color: rgb(170,208,13); }

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