Html Css Color HEX #AAD70D Inch Worm

📋 copy color: '#AAD70D'

red 170 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #AAD70D

Tints of Inch Worm #AAD70D

RGB

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

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

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

R = 42.71%
G = 54.02%
B = 3.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#AAD70D (or 0xAAD70D) is known color: Inch Worm. HEX triplet: AA, D7 and 0D. RGB value is (170,215,13). Sum of RGB (Red+Green+Blue) = 170+215+13=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD70D is #5528F2. Grayscale: #B3B3B3. Windows color (decimal): -5581043 or 907178. OLE color: 907178.

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

Color convert

RGB 170 215 13 -
CMYK 0.21 0 0.94 0.16
HSL 73.37º 0.89% 0.45% -
HSV(B) 73.37º 0.94% 0.84% -
XYZ 40.95 57.18 9.26 -
YUV 178.52 34.59 121.93 -
System Red Green Blue C M Y K H S L
Decimal 170 215 13 0.21 0 0.94 0.16 73.37 0.89 0.45
Hex AA D7 D 15 0 5E 10 49 59 2D
Octal 252 327 15 25 0 136 20 111 131 55
Binary 10101010 11010111 1101 10101 0 1011110 10000 1001001 1011001 101101

Color Harmonies of #AAD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD70D

Black with #AAD70D

Text Example


Text Example

White with #AAD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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