Html Css Color HEX #ADDA10 Inch Worm

📋 copy color: '#ADDA10'

red 173 ◦ green 218 ◦ blue 16

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

Shades of Inch Worm #ADDA10

Tints of Inch Worm #ADDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.56%

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

R = 42.51%
G = 53.56%
B = 3.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#ADDA10 (or 0xADDA10) is known color: Inch Worm. HEX triplet: AD, DA and 10. RGB value is (173,218,16). Sum of RGB (Red+Green+Blue) = 173+218+16=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA10 is #5225EF. Grayscale: #B6B6B6. Windows color (decimal): -5383664 or 1104557. OLE color: 1104557.

HSL color Cylindrical-coordinate representation of color #ADDA10: hue angle of 73.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADDA10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 16 -
CMYK 0.21 0 0.93 0.15
HSL 73.37º 0.86% 0.46% -
HSV(B) 73.37º 0.93% 0.85% -
XYZ 42.4 59.06 9.66 -
YUV 181.52 34.59 121.93 -
System Red Green Blue C M Y K H S L
Decimal 173 218 16 0.21 0 0.93 0.15 73.37 0.86 0.46
Hex AD DA 10 15 0 5D F 49 56 2E
Octal 255 332 20 25 0 135 17 111 126 56
Binary 10101101 11011010 10000 10101 0 1011101 1111 1001001 1010110 101110

Color Harmonies of #ADDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA10

Black with #ADDA10

Text Example


Text Example

White with #ADDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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