Html Css Color HEX #ADD512 Inch Worm

📋 copy color: '#ADD512'

red 173 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #ADD512

Tints of Inch Worm #ADD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.72%

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

R = 42.82%
G = 52.72%
B = 4.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#ADD512 (or 0xADD512) is known color: Inch Worm. HEX triplet: AD, D5 and 12. RGB value is (173,213,18). Sum of RGB (Red+Green+Blue) = 173+213+18=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD512 is #522AED. Grayscale: #B3B3B3. Windows color (decimal): -5384942 or 1234349. OLE color: 1234349.

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

Color convert

RGB 173 213 18 -
CMYK 0.19 0 0.92 0.16
HSL 72.31º 0.84% 0.45% -
HSV(B) 72.31º 0.92% 0.84% -
XYZ 41.14 56.52 9.31 -
YUV 178.81 37.25 123.86 -
System Red Green Blue C M Y K H S L
Decimal 173 213 18 0.19 0 0.92 0.16 72.31 0.84 0.45
Hex AD D5 12 13 0 5C 10 48 54 2D
Octal 255 325 22 23 0 134 20 110 124 55
Binary 10101101 11010101 10010 10011 0 1011100 10000 1001000 1010100 101101

Color Harmonies of #ADD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD512

Black with #ADD512

Text Example


Text Example

White with #ADD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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