Html Css Color HEX #9FDA00 Inch Worm

📋 copy color: '#9FDA00'

red 159 ◦ green 218 ◦ blue 0

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

Shades of Inch Worm #9FDA00

Tints of Inch Worm #9FDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

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

R = 42.18%
G = 57.82%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#9FDA00 (or 0x9FDA00) is known color: Inch Worm. HEX triplet: 9F, DA and 00. RGB value is (159,218,0). Sum of RGB (Red+Green+Blue) = 159+218+0=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA00 is #6025FF. Grayscale: #B0B0B0. Windows color (decimal): -6301184 or 55967. OLE color: 55967.

HSL color Cylindrical-coordinate representation of color #9FDA00: hue angle of 76.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FDA00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 0 -
CMYK 0.27 0 1 0.15
HSL 76.24º 1% 0.43% -
HSV(B) 76.24º 1% 0.85% -
XYZ 39.37 57.51 9.03 -
YUV 175.51 28.95 116.23 -
System Red Green Blue C M Y K H S L
Decimal 159 218 0 0.27 0 1 0.15 76.24 1 0.43
Hex 9F DA 0 1B 0 64 F 4C 64 2B
Octal 237 332 0 33 0 144 17 114 144 53
Binary 10011111 11011010 0 11011 0 1100100 1111 1001100 1100100 101011

Color Harmonies of #9FDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA00

Black with #9FDA00

Text Example


Text Example

White with #9FDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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