Html Css Color HEX #ADD912 Inch Worm

📋 copy color: '#ADD912'

red 173 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #ADD912

Tints of Inch Worm #ADD912

RGB

 RED value IS 173 (67.97% from 255) = 42.4%

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

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

R = 42.4%
G = 53.19%
B = 4.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#ADD912 (or 0xADD912) is known color: Inch Worm. HEX triplet: AD, D9 and 12. RGB value is (173,217,18). Sum of RGB (Red+Green+Blue) = 173+217+18=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD912 is #5226ED. Grayscale: #B5B5B5. Windows color (decimal): -5383918 or 1235373. OLE color: 1235373.

HSL color Cylindrical-coordinate representation of color #ADD912: hue angle of 73.27º 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 #ADD912 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 18 -
CMYK 0.20 0 0.92 0.15
HSL 73.27º 0.85% 0.46% -
HSV(B) 73.27º 0.92% 0.85% -
XYZ 42.16 58.55 9.65 -
YUV 181.16 35.92 122.18 -
System Red Green Blue C M Y K H S L
Decimal 173 217 18 0.20 0 0.92 0.15 73.27 0.85 0.46
Hex AD D9 12 14 0 5C F 49 55 2E
Octal 255 331 22 24 0 134 17 111 125 56
Binary 10101101 11011001 10010 10100 0 1011100 1111 1001001 1010101 101110

Color Harmonies of #ADD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD912

Black with #ADD912

Text Example


Text Example

White with #ADD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD912; }

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

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

background-color css

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

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

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

border-color css

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

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

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