Html Css Color HEX #9FD300 Inch Worm

📋 copy color: '#9FD300'

red 159 ◦ green 211 ◦ blue 0

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

Shades of Inch Worm #9FD300

Tints of Inch Worm #9FD300

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

 GREEN value IS 211 (82.81% from 255) = 57.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.97%
G = 57.03%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#9FD300 (or 0x9FD300) is known color: Inch Worm. HEX triplet: 9F, D3 and 00. RGB value is (159,211,0). Sum of RGB (Red+Green+Blue) = 159+211+0=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD300 is #602CFF. Grayscale: #ACACAC. Windows color (decimal): -6302976 or 54175. OLE color: 54175.

HSL color Cylindrical-coordinate representation of color #9FD300: hue angle of 74.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FD300 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 0 -
CMYK 0.25 0 1 0.17
HSL 74.79º 1% 0.41% -
HSV(B) 74.79º 1% 0.83% -
XYZ 37.59 53.96 8.43 -
YUV 171.4 31.27 119.16 -
System Red Green Blue C M Y K H S L
Decimal 159 211 0 0.25 0 1 0.17 74.79 1 0.41
Hex 9F D3 0 19 0 64 11 4B 64 29
Octal 237 323 0 31 0 144 21 113 144 51
Binary 10011111 11010011 0 11001 0 1100100 10001 1001011 1100100 101001

Color Harmonies of #9FD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD300

Black with #9FD300

Text Example


Text Example

White with #9FD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FD300; }

 p { color: rgb(159,211,0); }

 H1.HeaderClassName
 {
   color: #9FD300;
 }
 .AnyTagClassName
 {
   color: #9FD300;
 }
</style>

background-color css

<style>
 a { background-color: #9FD300; }

 a { background-color: rgb(159,211,0); }

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

border-color css

<style>
 span { border-color: #9FD300; }

 span { border-color: rgb(159,211,0); }

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