#9DD601

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

Shades of Inch Worm #9DD601

Tints of Inch Worm #9DD601

Color information

#9DD601 (or 0x9DD601) is unknown color: approx Inch Worm. HEX triplet: 9D, D6 and 01. RGB value is (157,214,1). Sum of RGB (Red+Green+Blue) = 157+214+1=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD601 is #6229FE. Grayscale: #ADADAD. Windows color (decimal): -6433279 or 120477. OLE color: 120477.

HSL color Cylindrical-coordinate representation of color #9DD601: hue angle of 76.06º 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 #9DD601 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB1572141-
CMYK0.2701.000.16
HSL76.06º99.07%42.16%-
HSV(B)76.06º99.53%83.92%-
XYZ37.9655.268.7-
YUV172.6831.12116.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 214 (83.98% from 255) = 57.53%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=42.20%
G=57.53%
B=0.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15721410.2701.000.1676.0699.0742.16
Hex9DD611B064104c632a
Octal23532613301442011414352
Binary1001110111010110111011011001001000010011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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