Html Css Color HEX #ADDD1C Inch Worm

📋 copy color: '#ADDD1C'

red 173 ◦ green 221 ◦ blue 28

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

Shades of Inch Worm #ADDD1C

Tints of Inch Worm #ADDD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 41%
G = 52.37%
B = 6.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#ADDD1C (or 0xADDD1C) is known color: Inch Worm. HEX triplet: AD, DD and 1C. RGB value is (173,221,28). Sum of RGB (Red+Green+Blue) = 173+221+28=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD1C is #5222E3. Grayscale: #B9B9B9. Windows color (decimal): -5382884 or 1891757. OLE color: 1891757.

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

Color convert

RGB 173 221 28 -
CMYK 0.22 0 0.87 0.13
HSL 74.92º 0.78% 0.49% -
HSV(B) 74.92º 0.87% 0.87% -
XYZ 43.3 60.68 10.53 -
YUV 184.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 173 221 28 0.22 0 0.87 0.13 74.92 0.78 0.49
Hex AD DD 1C 16 0 57 D 4B 4E 31
Octal 255 335 34 26 0 127 15 113 116 61
Binary 10101101 11011101 11100 10110 0 1010111 1101 1001011 1001110 110001

Color Harmonies of #ADDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD1C

Black with #ADDD1C

Text Example


Text Example

White with #ADDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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