Html Css Color HEX #9AD416 Inch Worm

📋 copy color: '#9AD416'

red 154 ◦ green 212 ◦ blue 22

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

Shades of Inch Worm #9AD416

Tints of Inch Worm #9AD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.64%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 39.69%
G = 54.64%
B = 5.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#9AD416 (or 0x9AD416) is known color: Inch Worm. HEX triplet: 9A, D4 and 16. RGB value is (154,212,22). Sum of RGB (Red+Green+Blue) = 154+212+22=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD416 is #652BE9. Grayscale: #ADADAD. Windows color (decimal): -6630378 or 1496218. OLE color: 1496218.

HSL color Cylindrical-coordinate representation of color #9AD416: hue angle of 78.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AD416 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 212 22 -
CMYK 0.27 0 0.90 0.17
HSL 78.32º 0.81% 0.46% -
HSV(B) 78.32º 0.9% 0.83% -
XYZ 37.01 54.01 9.23 -
YUV 173 42.78 114.45 -
System Red Green Blue C M Y K H S L
Decimal 154 212 22 0.27 0 0.90 0.17 78.32 0.81 0.46
Hex 9A D4 16 1B 0 5A 11 4E 51 2E
Octal 232 324 26 33 0 132 21 116 121 56
Binary 10011010 11010100 10110 11011 0 1011010 10001 1001110 1010001 101110

Color Harmonies of #9AD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD416

Black with #9AD416

Text Example


Text Example

White with #9AD416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,212,22); }

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

background-color css

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

 a { background-color: rgb(154,212,22); }

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

border-color css

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

 span { border-color: rgb(154,212,22); }

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