#9BE212

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

Shades of Inch Worm #9BE212

Tints of Inch Worm #9BE212

Color information

#9BE212 (or 0x9BE212) is unknown color: approx Inch Worm. HEX triplet: 9B, E2 and 12. RGB value is (155,226,18). Sum of RGB (Red+Green+Blue) = 155+226+18=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 226 (88.67% from 255 or 56.64% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE212 is #641DED. Grayscale: #B5B5B5. Windows color (decimal): -6561262 or 1237659. OLE color: 1237659.

HSL color Cylindrical-coordinate representation of color #9BE212: hue angle of 80.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BE212 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB15522618-
CMYK0.3100.920.11
HSL80.48º85.25%47.84%-
HSV(B)80.48º92.04%88.63%-
XYZ40.8261.410.27-
YUV181.0635.98109.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 226 (88.67% from 255) = 56.64%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=38.85%
G=56.64%
B=4.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal155226180.3100.920.1180.4885.2547.84
Hex9BE2121F05CB505530
Octal233342223701341312012560
Binary1001101111100010100101111101011100101110100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,226,18); }

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

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

 a { background-color: rgb(155,226,18); }

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

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

 span { border-color: rgb(155,226,18); }

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