#95E914

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

Shades of Inch Worm #95E914

Tints of Inch Worm #95E914

Color information

#95E914 (or 0x95E914) is unknown color: approx Inch Worm. HEX triplet: 95, E9 and 14. RGB value is (149,233,20). Sum of RGB (Red+Green+Blue) = 149+233+20=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #95E914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E914 is #6A16EB. Grayscale: #B8B8B8. Windows color (decimal): -6952684 or 1370517. OLE color: 1370517.

HSL color Cylindrical-coordinate representation of color #95E914: hue angle of 83.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95E914 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB14923320-
CMYK0.3600.910.09
HSL83.66º84.19%49.61%-
HSV(B)83.66º91.42%91.37%-
XYZ41.6664.7210.96-
YUV183.635.67103.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 233 (91.41% from 255) = 57.96%
BLUE value IS 20 (8.20% from 255) = 4.98%
R=37.06%
G=57.96%
B=4.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149233200.3600.910.0983.6684.1949.61
Hex95E9142405B9545432
Octal225351244401331112412462
Binary10010101111010011010010010001011011100110101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E914; }

 p { color: rgb(149,233,20); }

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

<style>
 a { background-color: #95E914; }

 a { background-color: rgb(149,233,20); }

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

<style>
 span { border-color: #95E914; }

 span { border-color: rgb(149,233,20); }

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