Html Css Color HEX #ADDF10 Inch Worm

📋 copy color: '#ADDF10'

red 173 ◦ green 223 ◦ blue 16

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

Shades of Inch Worm #ADDF10

Tints of Inch Worm #ADDF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 41.99%
G = 54.13%
B = 3.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#ADDF10 (or 0xADDF10) is known color: Inch Worm. HEX triplet: AD, DF and 10. RGB value is (173,223,16). Sum of RGB (Red+Green+Blue) = 173+223+16=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF10 is #5220EF. Grayscale: #B9B9B9. Windows color (decimal): -5382384 or 1105837. OLE color: 1105837.

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

Color convert

RGB 173 223 16 -
CMYK 0.22 0 0.93 0.13
HSL 74.49º 0.87% 0.47% -
HSV(B) 74.49º 0.93% 0.87% -
XYZ 43.71 61.7 10.09 -
YUV 184.45 32.94 119.83 -
System Red Green Blue C M Y K H S L
Decimal 173 223 16 0.22 0 0.93 0.13 74.49 0.87 0.47
Hex AD DF 10 16 0 5D D 4A 57 2F
Octal 255 337 20 26 0 135 15 112 127 57
Binary 10101101 11011111 10000 10110 0 1011101 1101 1001010 1010111 101111

Color Harmonies of #ADDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF10

Black with #ADDF10

Text Example


Text Example

White with #ADDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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