Html Css Color HEX #ADDF16 Inch Worm

📋 copy color: '#ADDF16'

red 173 ◦ green 223 ◦ blue 22

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

Shades of Inch Worm #ADDF16

Tints of Inch Worm #ADDF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 41.39%
G = 53.35%
B = 5.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#ADDF16 (or 0xADDF16) is known color: Inch Worm. HEX triplet: AD, DF and 16. RGB value is (173,223,22). Sum of RGB (Red+Green+Blue) = 173+223+22=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF16 is #5220E9. Grayscale: #B9B9B9. Windows color (decimal): -5382378 or 1499053. OLE color: 1499053.

HSL color Cylindrical-coordinate representation of color #ADDF16: hue angle of 74.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADDF16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 22 -
CMYK 0.22 0 0.90 0.13
HSL 74.93º 0.82% 0.48% -
HSV(B) 74.93º 0.9% 0.87% -
XYZ 43.77 61.72 10.37 -
YUV 185.14 35.94 119.34 -
System Red Green Blue C M Y K H S L
Decimal 173 223 22 0.22 0 0.90 0.13 74.93 0.82 0.48
Hex AD DF 16 16 0 5A D 4B 52 30
Octal 255 337 26 26 0 132 15 113 122 60
Binary 10101101 11011111 10110 10110 0 1011010 1101 1001011 1010010 110000

Color Harmonies of #ADDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF16

Black with #ADDF16

Text Example


Text Example

White with #ADDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF16; }

 p { color: rgb(173,223,22); }

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

background-color css

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

 a { background-color: rgb(173,223,22); }

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

border-color css

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

 span { border-color: rgb(173,223,22); }

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