Html Css Color HEX #95D90D Inch Worm

📋 copy color: '#95D90D'

red 149 ◦ green 217 ◦ blue 13

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

Shades of Inch Worm #95D90D

Tints of Inch Worm #95D90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.26%

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 39.31%
G = 57.26%
B = 3.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#95D90D (or 0x95D90D) is known color: Inch Worm. HEX triplet: 95, D9 and 0D. RGB value is (149,217,13). Sum of RGB (Red+Green+Blue) = 149+217+13=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #95D90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D90D is #6A26F2. Grayscale: #AEAEAE. Windows color (decimal): -6956787 or 907669. OLE color: 907669.

HSL color Cylindrical-coordinate representation of color #95D90D: hue angle of 80º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95D90D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 217 13 -
CMYK 0.31 0 0.94 0.15
HSL 80º 0.89% 0.45% -
HSV(B) 80º 0.94% 0.85% -
XYZ 37.28 56.04 9.23 -
YUV 173.41 37.47 110.59 -
System Red Green Blue C M Y K H S L
Decimal 149 217 13 0.31 0 0.94 0.15 80 0.89 0.45
Hex 95 D9 D 1F 0 5E F 50 59 2D
Octal 225 331 15 37 0 136 17 120 131 55
Binary 10010101 11011001 1101 11111 0 1011110 1111 1010000 1011001 101101

Color Harmonies of #95D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D90D

Black with #95D90D

Text Example


Text Example

White with #95D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,217,13); }

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

background-color css

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

 a { background-color: rgb(149,217,13); }

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

border-color css

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

 span { border-color: rgb(149,217,13); }

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