Html Css Color HEX #9FDA01 Inch Worm

📋 copy color: '#9FDA01'

red 159 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #9FDA01

Tints of Inch Worm #9FDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 42.06%
G = 57.67%
B = 0.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#9FDA01 (or 0x9FDA01) is known color: Inch Worm. HEX triplet: 9F, DA and 01. RGB value is (159,218,1). Sum of RGB (Red+Green+Blue) = 159+218+1=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA01 is #6025FE. Grayscale: #B0B0B0. Windows color (decimal): -6301183 or 121503. OLE color: 121503.

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

Color convert

RGB 159 218 1 -
CMYK 0.27 0 1.00 0.15
HSL 76.31º 0.99% 0.43% -
HSV(B) 76.31º 1% 0.85% -
XYZ 39.37 57.52 9.06 -
YUV 175.62 29.45 116.14 -
System Red Green Blue C M Y K H S L
Decimal 159 218 1 0.27 0 1.00 0.15 76.31 0.99 0.43
Hex 9F DA 1 1B 0 64 F 4C 63 2B
Octal 237 332 1 33 0 144 17 114 143 53
Binary 10011111 11011010 1 11011 0 1100100 1111 1001100 1100011 101011

Color Harmonies of #9FDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA01

Black with #9FDA01

Text Example


Text Example

White with #9FDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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