Html Css Color HEX #9BDF0E Inch Worm

📋 copy color: '#9BDF0E'

red 155 ◦ green 223 ◦ blue 14

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

Shades of Inch Worm #9BDF0E

Tints of Inch Worm #9BDF0E

RGB

 RED value IS 155 (60.94% from 255) = 39.54%

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

 BLUE value IS 14 (5.86% from 255) = 3.57%

R = 39.54%
G = 56.89%
B = 3.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#9BDF0E (or 0x9BDF0E) is known color: Inch Worm. HEX triplet: 9B, DF and 0E. RGB value is (155,223,14). Sum of RGB (Red+Green+Blue) = 155+223+14=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDF0E is #6420F1. Grayscale: #B3B3B3. Windows color (decimal): -6562034 or 974747. OLE color: 974747.

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

Color convert

RGB 155 223 14 -
CMYK 0.30 0 0.94 0.13
HSL 79.52º 0.88% 0.46% -
HSV(B) 79.52º 0.94% 0.87% -
XYZ 39.98 59.78 9.85 -
YUV 178.84 34.97 110.99 -
System Red Green Blue C M Y K H S L
Decimal 155 223 14 0.30 0 0.94 0.13 79.52 0.88 0.46
Hex 9B DF E 1E 0 5E D 50 58 2E
Octal 233 337 16 36 0 136 15 120 130 56
Binary 10011011 11011111 1110 11110 0 1011110 1101 1010000 1011000 101110

Color Harmonies of #9BDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF0E

Black with #9BDF0E

Text Example


Text Example

White with #9BDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,14); }

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

background-color css

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

 a { background-color: rgb(155,223,14); }

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

border-color css

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

 span { border-color: rgb(155,223,14); }

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