#9FE213

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

Shades of Inch Worm #9FE213

Tints of Inch Worm #9FE213

Color information

#9FE213 (or 0x9FE213) is unknown color: approx Inch Worm. HEX triplet: 9F, E2 and 13. RGB value is (159,226,19). Sum of RGB (Red+Green+Blue) = 159+226+19=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE213 is #601DEC. Grayscale: #B7B7B7. Windows color (decimal): -6299117 or 1303199. OLE color: 1303199.

HSL color Cylindrical-coordinate representation of color #9FE213: hue angle of 79.42º degrees, saturation: 0.84, 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 #9FE213 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB15922619-
CMYK0.3000.920.11
HSL79.42º84.49%48.04%-
HSV(B)79.42º91.59%88.63%-
XYZ41.6161.8110.35-
YUV182.3735.8111.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 226 (88.67% from 255) = 55.94%
BLUE value IS 19 (7.81% from 255) = 4.70%
R=39.36%
G=55.94%
B=4.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal159226190.3000.920.1179.4284.4948.04
Hex9FE2131E05CB4f5430
Octal237342233601341311712460
Binary1001111111100010100111111001011100101110011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,226,19); }

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

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

 a { background-color: rgb(159,226,19); }

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

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

 span { border-color: rgb(159,226,19); }

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