Html Css Color HEX #ADDD12 Inch Worm

📋 copy color: '#ADDD12'

red 173 ◦ green 221 ◦ blue 18

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

Shades of Inch Worm #ADDD12

Tints of Inch Worm #ADDD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.64%

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

R = 41.99%
G = 53.64%
B = 4.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#ADDD12 (or 0xADDD12) is known color: Inch Worm. HEX triplet: AD, DD and 12. RGB value is (173,221,18). Sum of RGB (Red+Green+Blue) = 173+221+18=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD12 is #5222ED. Grayscale: #B8B8B8. Windows color (decimal): -5382894 or 1236397. OLE color: 1236397.

HSL color Cylindrical-coordinate representation of color #ADDD12: hue angle of 74.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADDD12 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 18 -
CMYK 0.22 0 0.92 0.13
HSL 74.19º 0.85% 0.47% -
HSV(B) 74.19º 0.92% 0.87% -
XYZ 43.2 60.64 10 -
YUV 183.51 34.6 120.51 -
System Red Green Blue C M Y K H S L
Decimal 173 221 18 0.22 0 0.92 0.13 74.19 0.85 0.47
Hex AD DD 12 16 0 5C D 4A 55 2F
Octal 255 335 22 26 0 134 15 112 125 57
Binary 10101101 11011101 10010 10110 0 1011100 1101 1001010 1010101 101111

Color Harmonies of #ADDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD12

Black with #ADDD12

Text Example


Text Example

White with #ADDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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