Html Css Color HEX #9AD612 Inch Worm

📋 copy color: '#9AD612'

red 154 ◦ green 214 ◦ blue 18

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

Shades of Inch Worm #9AD612

Tints of Inch Worm #9AD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

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

R = 39.9%
G = 55.44%
B = 4.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#9AD612 (or 0x9AD612) is known color: Inch Worm. HEX triplet: 9A, D6 and 12. RGB value is (154,214,18). Sum of RGB (Red+Green+Blue) = 154+214+18=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD612 is #6529ED. Grayscale: #AEAEAE. Windows color (decimal): -6629870 or 1234586. OLE color: 1234586.

HSL color Cylindrical-coordinate representation of color #9AD612: hue angle of 78.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AD612 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 18 -
CMYK 0.28 0 0.92 0.16
HSL 78.37º 0.84% 0.45% -
HSV(B) 78.37º 0.92% 0.84% -
XYZ 37.48 55.01 9.21 -
YUV 173.72 40.12 113.94 -
System Red Green Blue C M Y K H S L
Decimal 154 214 18 0.28 0 0.92 0.16 78.37 0.84 0.45
Hex 9A D6 12 1C 0 5C 10 4E 54 2D
Octal 232 326 22 34 0 134 20 116 124 55
Binary 10011010 11010110 10010 11100 0 1011100 10000 1001110 1010100 101101

Color Harmonies of #9AD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD612

Black with #9AD612

Text Example


Text Example

White with #9AD612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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