Html Css Color HEX #9ADB0F Inch Worm

📋 copy color: '#9ADB0F'

red 154 ◦ green 219 ◦ blue 15

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

Shades of Inch Worm #9ADB0F

Tints of Inch Worm #9ADB0F

RGB

 RED value IS 154 (60.55% from 255) = 39.69%

 GREEN value IS 219 (85.94% from 255) = 56.44%

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

R = 39.69%
G = 56.44%
B = 3.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#9ADB0F (or 0x9ADB0F) is known color: Inch Worm. HEX triplet: 9A, DB and 0F. RGB value is (154,219,15). Sum of RGB (Red+Green+Blue) = 154+219+15=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADB0F is #6524F0. Grayscale: #B1B1B1. Windows color (decimal): -6628593 or 1039258. OLE color: 1039258.

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

Color convert

RGB 154 219 15 -
CMYK 0.30 0 0.93 0.14
HSL 79.12º 0.87% 0.46% -
HSV(B) 79.12º 0.93% 0.86% -
XYZ 38.74 57.57 9.52 -
YUV 176.31 36.97 112.09 -
System Red Green Blue C M Y K H S L
Decimal 154 219 15 0.30 0 0.93 0.14 79.12 0.87 0.46
Hex 9A DB F 1E 0 5D E 4F 57 2E
Octal 232 333 17 36 0 135 16 117 127 56
Binary 10011010 11011011 1111 11110 0 1011101 1110 1001111 1010111 101110

Color Harmonies of #9ADB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB0F

Black with #9ADB0F

Text Example


Text Example

White with #9ADB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,15); }

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

background-color css

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

 a { background-color: rgb(154,219,15); }

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

border-color css

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

 span { border-color: rgb(154,219,15); }

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