Html Css Color HEX #ADDD1F Inch Worm

📋 copy color: '#ADDD1F'

red 173 ◦ green 221 ◦ blue 31

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

Shades of Inch Worm #ADDD1F

Tints of Inch Worm #ADDD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 40.71%
G = 52%
B = 7.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#ADDD1F (or 0xADDD1F) is known color: Inch Worm. HEX triplet: AD, DD and 1F. RGB value is (173,221,31). Sum of RGB (Red+Green+Blue) = 173+221+31=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD1F is #5222E0. Grayscale: #B9B9B9. Windows color (decimal): -5382881 or 2088365. OLE color: 2088365.

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

Color convert

RGB 173 221 31 -
CMYK 0.22 0 0.86 0.13
HSL 75.16º 0.75% 0.49% -
HSV(B) 75.16º 0.86% 0.87% -
XYZ 43.34 60.7 10.73 -
YUV 184.99 41.1 119.45 -
System Red Green Blue C M Y K H S L
Decimal 173 221 31 0.22 0 0.86 0.13 75.16 0.75 0.49
Hex AD DD 1F 16 0 56 D 4B 4B 31
Octal 255 335 37 26 0 126 15 113 113 61
Binary 10101101 11011101 11111 10110 0 1010110 1101 1001011 1001011 110001

Color Harmonies of #ADDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD1F

Black with #ADDD1F

Text Example


Text Example

White with #ADDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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