Html Css Color HEX #9FED0F Inch Worm

📋 copy color: '#9FED0F'

red 159 ◦ green 237 ◦ blue 15

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

Shades of Inch Worm #9FED0F

Tints of Inch Worm #9FED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.66%

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 38.69%
G = 57.66%
B = 3.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#9FED0F (or 0x9FED0F) is known color: Inch Worm. HEX triplet: 9F, ED and 0F. RGB value is (159,237,15). Sum of RGB (Red+Green+Blue) = 159+237+15=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED0F is #6012F0. Grayscale: #BDBDBD. Windows color (decimal): -6296305 or 1043871. OLE color: 1043871.

HSL color Cylindrical-coordinate representation of color #9FED0F: hue angle of 81.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FED0F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 15 -
CMYK 0.33 0 0.94 0.07
HSL 81.08º 0.88% 0.49% -
HSV(B) 81.08º 0.94% 0.93% -
XYZ 44.67 67.97 11.22 -
YUV 188.37 30.16 107.05 -
System Red Green Blue C M Y K H S L
Decimal 159 237 15 0.33 0 0.94 0.07 81.08 0.88 0.49
Hex 9F ED F 21 0 5E 7 51 58 31
Octal 237 355 17 41 0 136 7 121 130 61
Binary 10011111 11101101 1111 100001 0 1011110 111 1010001 1011000 110001

Color Harmonies of #9FED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FED0F

Black with #9FED0F

Text Example


Text Example

White with #9FED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,15); }

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

background-color css

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

 a { background-color: rgb(159,237,15); }

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

border-color css

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

 span { border-color: rgb(159,237,15); }

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