#9DD501

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

Shades of Inch Worm #9DD501

Tints of Inch Worm #9DD501

Color information

#9DD501 (or 0x9DD501) is unknown color: approx Inch Worm. HEX triplet: 9D, D5 and 01. RGB value is (157,213,1). Sum of RGB (Red+Green+Blue) = 157+213+1=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD501 is #622AFE. Grayscale: #ACACAC. Windows color (decimal): -6433535 or 120221. OLE color: 120221.

HSL color Cylindrical-coordinate representation of color #9DD501: hue angle of 75.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DD501 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB1572131-
CMYK0.2601.000.16
HSL75.85º99.07%41.96%-
HSV(B)75.85º99.53%83.53%-
XYZ37.754.768.61-
YUV172.0931.45117.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 213 (83.59% from 255) = 57.41%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=42.32%
G=57.41%
B=0.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15721310.2601.000.1675.8599.0741.96
Hex9DD511A064104c632a
Octal23532513201442011414352
Binary1001110111010101111010011001001000010011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,1); }

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

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

 a { background-color: rgb(157,213,1); }

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

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

 span { border-color: rgb(157,213,1); }

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