#9BE110

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

Shades of Inch Worm #9BE110

Tints of Inch Worm #9BE110

Color information

#9BE110 (or 0x9BE110) is unknown color: approx Inch Worm. HEX triplet: 9B, E1 and 10. RGB value is (155,225,16). Sum of RGB (Red+Green+Blue) = 155+225+16=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE110 is #641EEF. Grayscale: #B5B5B5. Windows color (decimal): -6561520 or 1106331. OLE color: 1106331.

HSL color Cylindrical-coordinate representation of color #9BE110: hue angle of 80.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BE110 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB15522516-
CMYK0.3100.930.12
HSL80.1º86.72%47.25%-
HSV(B)80.1º92.89%88.24%-
XYZ40.5460.8610.1-
YUV180.2435.31109.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 225 (88.28% from 255) = 56.82%
BLUE value IS 16 (6.64% from 255) = 4.04%
R=39.14%
G=56.82%
B=4.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155225160.3100.930.1280.186.7247.25
Hex9BE1101F05DC50572f
Octal233341203701351412012757
Binary1001101111100001100001111101011101110010100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,16); }

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

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

 a { background-color: rgb(155,225,16); }

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

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

 span { border-color: rgb(155,225,16); }

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