Html Css Color HEX #AAD30F Inch Worm

📋 copy color: '#AAD30F'

red 170 ◦ green 211 ◦ blue 15

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

Shades of Inch Worm #AAD30F

Tints of Inch Worm #AAD30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 42.93%
G = 53.28%
B = 3.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#AAD30F (or 0xAAD30F) is known color: Inch Worm. HEX triplet: AA, D3 and 0F. RGB value is (170,211,15). Sum of RGB (Red+Green+Blue) = 170+211+15=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD30F is #552CF0. Grayscale: #B1B1B1. Windows color (decimal): -5582065 or 1037226. OLE color: 1037226.

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

Color convert

RGB 170 211 15 -
CMYK 0.19 0 0.93 0.17
HSL 72.55º 0.87% 0.44% -
HSV(B) 72.55º 0.93% 0.83% -
XYZ 39.96 55.17 8.99 -
YUV 176.4 36.92 123.44 -
System Red Green Blue C M Y K H S L
Decimal 170 211 15 0.19 0 0.93 0.17 72.55 0.87 0.44
Hex AA D3 F 13 0 5D 11 49 57 2C
Octal 252 323 17 23 0 135 21 111 127 54
Binary 10101010 11010011 1111 10011 0 1011101 10001 1001001 1010111 101100

Color Harmonies of #AAD30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD30F

Black with #AAD30F

Text Example


Text Example

White with #AAD30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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