#9ADD1C

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

Shades of Inch Worm #9ADD1C

Tints of Inch Worm #9ADD1C

Color information

#9ADD1C (or 0x9ADD1C) is unknown color: approx Inch Worm. HEX triplet: 9A, DD and 1C. RGB value is (154,221,28). Sum of RGB (Red+Green+Blue) = 154+221+28=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD1C is #6522E3. Grayscale: #B3B3B3. Windows color (decimal): -6628068 or 1891738. OLE color: 1891738.

HSL color Cylindrical-coordinate representation of color #9ADD1C: hue angle of 80.83º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9ADD1C is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB15422128-
CMYK0.3000.870.13
HSL80.83º77.51%48.82%-
HSV(B)80.83º87.33%86.67%-
XYZ39.3958.6710.35-
YUV178.9642.8110.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 221 (86.72% from 255) = 54.84%
BLUE value IS 28 (11.33% from 255) = 6.95%
R=38.21%
G=54.84%
B=6.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154221280.3000.870.1380.8377.5148.82
Hex9ADD1C1E057D514e31
Octal232335343601271512111661
Binary1001101011011101111001111001010111110110100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADD1C; }

 p { color: rgb(154,221,28); }

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

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

 a { background-color: rgb(154,221,28); }

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

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

 span { border-color: rgb(154,221,28); }

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