#95E409

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

Shades of Inch Worm #95E409

Tints of Inch Worm #95E409

Color information

#95E409 (or 0x95E409) is unknown color: approx Inch Worm. HEX triplet: 95, E4 and 09. RGB value is (149,228,9). Sum of RGB (Red+Green+Blue) = 149+228+9=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #95E409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E409 is #6A1BF6. Grayscale: #B4B4B4. Windows color (decimal): -6953975 or 648341. OLE color: 648341.

HSL color Cylindrical-coordinate representation of color #95E409: hue angle of 81.64º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95E409 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB1492289-
CMYK0.3500.960.11
HSL81.64º92.41%46.47%-
HSV(B)81.64º96.05%89.41%-
XYZ40.1961.910.09-
YUV179.4131.83106.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 228 (89.45% from 255) = 59.07%
BLUE value IS 9 (3.91% from 255) = 2.33%
R=38.60%
G=59.07%
B=2.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14922890.3500.960.1181.6492.4146.47
Hex95E4923060B525c2e
Octal225344114301401312213456
Binary1001010111100100100110001101100000101110100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,228,9); }

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

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

 a { background-color: rgb(149,228,9); }

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

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

 span { border-color: rgb(149,228,9); }

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