#AAD303

Color #AAD303 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AAD303

Tints of Inch Worm #AAD303

Color information

#AAD303 (or 0xAAD303) is unknown color: approx Inch Worm. HEX triplet: AA, D3 and 03. RGB value is (170,211,3). Sum of RGB (Red+Green+Blue) = 170+211+3=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD303 is #552CFC. Grayscale: #AFAFAF. Windows color (decimal): -5582077 or 250794. OLE color: 250794.

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

Color convert

RGB1702113-
CMYK0.1900.990.17
HSL71.83º97.2%41.96%-
HSV(B)71.83º98.58%82.75%-
XYZ39.8955.148.63-
YUV175.0330.92124.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 211 (82.81% from 255) = 54.95%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=44.27%
G=54.95%
B=0.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal17021130.1900.990.1771.8397.241.96
HexAAD33130631148612a
Octal25232332301432111014152
Binary10101010110100111110011011000111000110010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD303; }

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

 H1.HeaderClassName
 {
   color: #AAD303;
 }
 .AnyTagClassName
 {
   color: #AAD303;
 }
</style>
background-color css

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

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

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

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

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

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