Html Css Color HEX #9AD408 Inch Worm

📋 copy color: '#9AD408'

red 154 ◦ green 212 ◦ blue 8

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

Shades of Inch Worm #9AD408

Tints of Inch Worm #9AD408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 41.18%
G = 56.68%
B = 2.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#9AD408 (or 0x9AD408) is known color: Inch Worm. HEX triplet: 9A, D4 and 08. RGB value is (154,212,8). Sum of RGB (Red+Green+Blue) = 154+212+8=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD408 is #652BF7. Grayscale: #ACACAC. Windows color (decimal): -6630392 or 578714. OLE color: 578714.

HSL color Cylindrical-coordinate representation of color #9AD408: hue angle of 77.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AD408 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 212 8 -
CMYK 0.27 0 0.96 0.17
HSL 77.06º 0.93% 0.43% -
HSV(B) 77.06º 0.96% 0.83% -
XYZ 36.91 53.97 8.7 -
YUV 171.4 35.78 115.59 -
System Red Green Blue C M Y K H S L
Decimal 154 212 8 0.27 0 0.96 0.17 77.06 0.93 0.43
Hex 9A D4 8 1B 0 60 11 4D 5D 2B
Octal 232 324 10 33 0 140 21 115 135 53
Binary 10011010 11010100 1000 11011 0 1100000 10001 1001101 1011101 101011

Color Harmonies of #9AD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD408

Black with #9AD408

Text Example


Text Example

White with #9AD408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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