Html Css Color HEX #9AD912 Inch Worm

📋 copy color: '#9AD912'

red 154 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #9AD912

Tints of Inch Worm #9AD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 39.59%
G = 55.78%
B = 4.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#9AD912 (or 0x9AD912) is known color: Inch Worm. HEX triplet: 9A, D9 and 12. RGB value is (154,217,18). Sum of RGB (Red+Green+Blue) = 154+217+18=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD912 is #6526ED. Grayscale: #B0B0B0. Windows color (decimal): -6629102 or 1235354. OLE color: 1235354.

HSL color Cylindrical-coordinate representation of color #9AD912: hue angle of 78.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AD912 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 217 18 -
CMYK 0.29 0 0.92 0.15
HSL 78.99º 0.85% 0.46% -
HSV(B) 78.99º 0.92% 0.85% -
XYZ 38.25 56.54 9.47 -
YUV 175.48 39.13 112.68 -
System Red Green Blue C M Y K H S L
Decimal 154 217 18 0.29 0 0.92 0.15 78.99 0.85 0.46
Hex 9A D9 12 1D 0 5C F 4F 55 2E
Octal 232 331 22 35 0 134 17 117 125 56
Binary 10011010 11011001 10010 11101 0 1011100 1111 1001111 1010101 101110

Color Harmonies of #9AD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD912

Black with #9AD912

Text Example


Text Example

White with #9AD912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,217,18); }

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

background-color css

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

 a { background-color: rgb(154,217,18); }

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

border-color css

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

 span { border-color: rgb(154,217,18); }

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