Html Css Color HEX #9ADD00 Inch Worm

📋 copy color: '#9ADD00'

red 154 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #9ADD00

Tints of Inch Worm #9ADD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.93%

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

R = 41.07%
G = 58.93%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#9ADD00 (or 0x9ADD00) is known color: Inch Worm. HEX triplet: 9A, DD and 00. RGB value is (154,221,0). Sum of RGB (Red+Green+Blue) = 154+221+0=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADD00 is #6522FF. Grayscale: #B0B0B0. Windows color (decimal): -6628096 or 56730. OLE color: 56730.

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

Color convert

RGB 154 221 0 -
CMYK 0.30 0 1 0.13
HSL 78.19º 1% 0.43% -
HSV(B) 78.19º 1% 0.87% -
XYZ 39.18 58.58 9.24 -
YUV 175.77 28.8 112.47 -
System Red Green Blue C M Y K H S L
Decimal 154 221 0 0.30 0 1 0.13 78.19 1 0.43
Hex 9A DD 0 1E 0 64 D 4E 64 2B
Octal 232 335 0 36 0 144 15 116 144 53
Binary 10011010 11011101 0 11110 0 1100100 1101 1001110 1100100 101011

Color Harmonies of #9ADD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD00

Black with #9ADD00

Text Example


Text Example

White with #9ADD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,0); }

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

background-color css

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

 a { background-color: rgb(154,221,0); }

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

border-color css

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

 span { border-color: rgb(154,221,0); }

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