Html Css Color HEX #ADDB1F Inch Worm

📋 copy color: '#ADDB1F'

red 173 ◦ green 219 ◦ blue 31

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

Shades of Inch Worm #ADDB1F

Tints of Inch Worm #ADDB1F

RGB

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

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

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

R = 40.9%
G = 51.77%
B = 7.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#ADDB1F (or 0xADDB1F) is known color: Inch Worm. HEX triplet: AD, DB and 1F. RGB value is (173,219,31). Sum of RGB (Red+Green+Blue) = 173+219+31=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB1F is #5224E0. Grayscale: #B8B8B8. Windows color (decimal): -5383393 or 2087853. OLE color: 2087853.

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

Color convert

RGB 173 219 31 -
CMYK 0.21 0 0.86 0.14
HSL 74.68º 0.75% 0.49% -
HSV(B) 74.68º 0.86% 0.86% -
XYZ 42.81 59.65 10.55 -
YUV 183.81 41.76 120.29 -
System Red Green Blue C M Y K H S L
Decimal 173 219 31 0.21 0 0.86 0.14 74.68 0.75 0.49
Hex AD DB 1F 15 0 56 E 4B 4B 31
Octal 255 333 37 25 0 126 16 113 113 61
Binary 10101101 11011011 11111 10101 0 1010110 1110 1001011 1001011 110001

Color Harmonies of #ADDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB1F

Black with #ADDB1F

Text Example


Text Example

White with #ADDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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