Html Css Color HEX #ADD812 Inch Worm

📋 copy color: '#ADD812'

red 173 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #ADD812

Tints of Inch Worm #ADD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.07%

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

R = 42.51%
G = 53.07%
B = 4.42%

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

#ADD812 (or 0xADD812) is known color: Inch Worm. HEX triplet: AD, D8 and 12. RGB value is (173,216,18). Sum of RGB (Red+Green+Blue) = 173+216+18=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD812 is #5227ED. Grayscale: #B5B5B5. Windows color (decimal): -5384174 or 1235117. OLE color: 1235117.

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

Color convert

RGB 173 216 18 -
CMYK 0.20 0 0.92 0.15
HSL 73.03º 0.85% 0.46% -
HSV(B) 73.03º 0.92% 0.85% -
XYZ 41.9 58.04 9.57 -
YUV 180.57 36.25 122.6 -
System Red Green Blue C M Y K H S L
Decimal 173 216 18 0.20 0 0.92 0.15 73.03 0.85 0.46
Hex AD D8 12 14 0 5C F 49 55 2E
Octal 255 330 22 24 0 134 17 111 125 56
Binary 10101101 11011000 10010 10100 0 1011100 1111 1001001 1010101 101110

Color Harmonies of #ADD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD812

Black with #ADD812

Text Example


Text Example

White with #ADD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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