Html Css Color HEX #9FDF0B Inch Worm

📋 copy color: '#9FDF0B'

red 159 ◦ green 223 ◦ blue 11

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

Shades of Inch Worm #9FDF0B

Tints of Inch Worm #9FDF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.74%

 BLUE value IS 11 (4.69% from 255) = 2.8%

R = 40.46%
G = 56.74%
B = 2.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#9FDF0B (or 0x9FDF0B) is known color: Inch Worm. HEX triplet: 9F, DF and 0B. RGB value is (159,223,11). Sum of RGB (Red+Green+Blue) = 159+223+11=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDF0B is #6020F4. Grayscale: #B4B4B4. Windows color (decimal): -6299893 or 778143. OLE color: 778143.

HSL color Cylindrical-coordinate representation of color #9FDF0B: hue angle of 78.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FDF0B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 11 -
CMYK 0.29 0 0.95 0.13
HSL 78.11º 0.91% 0.46% -
HSV(B) 78.11º 0.95% 0.87% -
XYZ 40.75 60.17 9.78 -
YUV 179.7 32.8 113.24 -
System Red Green Blue C M Y K H S L
Decimal 159 223 11 0.29 0 0.95 0.13 78.11 0.91 0.46
Hex 9F DF B 1D 0 5F D 4E 5B 2E
Octal 237 337 13 35 0 137 15 116 133 56
Binary 10011111 11011111 1011 11101 0 1011111 1101 1001110 1011011 101110

Color Harmonies of #9FDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF0B

Black with #9FDF0B

Text Example


Text Example

White with #9FDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,11); }

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

background-color css

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

 a { background-color: rgb(159,223,11); }

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

border-color css

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

 span { border-color: rgb(159,223,11); }

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