Html Css Color HEX #95E20C Inch Worm

📋 copy color: '#95E20C'

red 149 ◦ green 226 ◦ blue 12

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

Shades of Inch Worm #95E20C

Tints of Inch Worm #95E20C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.4%

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 38.5%
G = 58.4%
B = 3.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#95E20C (or 0x95E20C) is known color: Inch Worm. HEX triplet: 95, E2 and 0C. RGB value is (149,226,12). Sum of RGB (Red+Green+Blue) = 149+226+12=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 226 (88.67% from 255 or 58.40% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 226 - color contains mainly: green. Hex color #95E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E20C is #6A1DF3. Grayscale: #B3B3B3. Windows color (decimal): -6954484 or 844437. OLE color: 844437.

HSL color Cylindrical-coordinate representation of color #95E20C: hue angle of 81.59º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95E20C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 226 12 -
CMYK 0.34 0 0.95 0.11
HSL 81.59º 0.9% 0.47% -
HSV(B) 81.59º 0.95% 0.89% -
XYZ 39.66 60.81 9.99 -
YUV 178.58 33.99 106.9 -
System Red Green Blue C M Y K H S L
Decimal 149 226 12 0.34 0 0.95 0.11 81.59 0.9 0.47
Hex 95 E2 C 22 0 5F B 52 5A 2F
Octal 225 342 14 42 0 137 13 122 132 57
Binary 10010101 11100010 1100 100010 0 1011111 1011 1010010 1011010 101111

Color Harmonies of #95E20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E20C

Black with #95E20C

Text Example


Text Example

White with #95E20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,12); }

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

background-color css

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

 a { background-color: rgb(149,226,12); }

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

border-color css

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

 span { border-color: rgb(149,226,12); }

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