Html Css Color HEX #ADDB16 Inch Worm

📋 copy color: '#ADDB16'

red 173 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #ADDB16

Tints of Inch Worm #ADDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.9%

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

R = 41.79%
G = 52.9%
B = 5.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#ADDB16 (or 0xADDB16) is known color: Inch Worm. HEX triplet: AD, DB and 16. RGB value is (173,219,22). Sum of RGB (Red+Green+Blue) = 173+219+22=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB16 is #5224E9. Grayscale: #B7B7B7. Windows color (decimal): -5383402 or 1498029. OLE color: 1498029.

HSL color Cylindrical-coordinate representation of color #ADDB16: hue angle of 74.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADDB16 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 22 -
CMYK 0.21 0 0.90 0.14
HSL 74.01º 0.82% 0.47% -
HSV(B) 74.01º 0.9% 0.86% -
XYZ 42.71 59.61 10.01 -
YUV 182.79 37.26 121.02 -
System Red Green Blue C M Y K H S L
Decimal 173 219 22 0.21 0 0.90 0.14 74.01 0.82 0.47
Hex AD DB 16 15 0 5A E 4A 52 2F
Octal 255 333 26 25 0 132 16 112 122 57
Binary 10101101 11011011 10110 10101 0 1011010 1110 1001010 1010010 101111

Color Harmonies of #ADDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB16

Black with #ADDB16

Text Example


Text Example

White with #ADDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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