Html Css Color HEX #9ADD15 Inch Worm

📋 copy color: '#9ADD15'

red 154 ◦ green 221 ◦ blue 21

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

Shades of Inch Worm #9ADD15

Tints of Inch Worm #9ADD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 38.89%
G = 55.81%
B = 5.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#9ADD15 (or 0x9ADD15) is known color: Inch Worm. HEX triplet: 9A, DD and 15. RGB value is (154,221,21). Sum of RGB (Red+Green+Blue) = 154+221+21=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADD15 is #6522EA. Grayscale: #B2B2B2. Windows color (decimal): -6628075 or 1432986. OLE color: 1432986.

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

Color convert

RGB 154 221 21 -
CMYK 0.30 0 0.90 0.13
HSL 80.1º 0.83% 0.47% -
HSV(B) 80.1º 0.9% 0.87% -
XYZ 39.32 58.64 9.96 -
YUV 178.17 39.3 110.76 -
System Red Green Blue C M Y K H S L
Decimal 154 221 21 0.30 0 0.90 0.13 80.1 0.83 0.47
Hex 9A DD 15 1E 0 5A D 50 53 2F
Octal 232 335 25 36 0 132 15 120 123 57
Binary 10011010 11011101 10101 11110 0 1011010 1101 1010000 1010011 101111

Color Harmonies of #9ADD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD15

Black with #9ADD15

Text Example


Text Example

White with #9ADD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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