Html Css Color HEX #95EC16 Inch Worm

📋 copy color: '#95EC16'

red 149 ◦ green 236 ◦ blue 22

#95EC16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #95EC16

Tints of Inch Worm #95EC16

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

 GREEN value IS 236 (92.58% from 255) = 57.99%

 BLUE value IS 22 (8.98% from 255) = 5.41%

R = 36.61%
G = 57.99%
B = 5.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#95EC16 (or 0x95EC16) is known color: Inch Worm. HEX triplet: 95, EC and 16. RGB value is (149,236,22). Sum of RGB (Red+Green+Blue) = 149+236+22=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC16 is #6A13E9. Grayscale: #BABABA. Windows color (decimal): -6951914 or 1502357. OLE color: 1502357.

HSL color Cylindrical-coordinate representation of color #95EC16: hue angle of 84.39º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95EC16 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 236 22 -
CMYK 0.37 0 0.91 0.07
HSL 84.39º 0.85% 0.51% -
HSV(B) 84.39º 0.91% 0.93% -
XYZ 42.53 66.44 11.34 -
YUV 185.59 35.68 101.9 -
System Red Green Blue C M Y K H S L
Decimal 149 236 22 0.37 0 0.91 0.07 84.39 0.85 0.51
Hex 95 EC 16 25 0 5B 7 54 55 33
Octal 225 354 26 45 0 133 7 124 125 63
Binary 10010101 11101100 10110 100101 0 1011011 111 1010100 1010101 110011

Color Harmonies of #95EC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EC16

Black with #95EC16

Text Example


Text Example

White with #95EC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,236,22); }

 H1.HeaderClassName
 {
   color: #95EC16;
 }
 .AnyTagClassName
 {
   color: #95EC16;
 }
</style>

background-color css

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

 a { background-color: rgb(149,236,22); }

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

border-color css

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

 span { border-color: rgb(149,236,22); }

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