Html Css Color HEX #AAD30D Inch Worm

📋 copy color: '#AAD30D'

red 170 ◦ green 211 ◦ blue 13

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

Shades of Inch Worm #AAD30D

Tints of Inch Worm #AAD30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.55%

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

R = 43.15%
G = 53.55%
B = 3.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AAD30D (or 0xAAD30D) is known color: Inch Worm. HEX triplet: AA, D3 and 0D. RGB value is (170,211,13). Sum of RGB (Red+Green+Blue) = 170+211+13=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD30D is #552CF2. Grayscale: #B0B0B0. Windows color (decimal): -5582067 or 906154. OLE color: 906154.

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

Color convert

RGB 170 211 13 -
CMYK 0.19 0 0.94 0.17
HSL 72.42º 0.88% 0.44% -
HSV(B) 72.42º 0.94% 0.83% -
XYZ 39.94 55.16 8.92 -
YUV 176.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 170 211 13 0.19 0 0.94 0.17 72.42 0.88 0.44
Hex AA D3 D 13 0 5E 11 48 58 2C
Octal 252 323 15 23 0 136 21 110 130 54
Binary 10101010 11010011 1101 10011 0 1011110 10001 1001000 1011000 101100

Color Harmonies of #AAD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD30D

Black with #AAD30D

Text Example


Text Example

White with #AAD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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