Html Css Color HEX #ADDA00 Inch Worm

📋 copy color: '#ADDA00'

red 173 ◦ green 218 ◦ blue 0

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

Shades of Inch Worm #ADDA00

Tints of Inch Worm #ADDA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.25%
G = 55.75%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#ADDA00 (or 0xADDA00) is known color: Inch Worm. HEX triplet: AD, DA and 00. RGB value is (173,218,0). Sum of RGB (Red+Green+Blue) = 173+218+0=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA00 is #5225FF. Grayscale: #B4B4B4. Windows color (decimal): -5383680 or 55981. OLE color: 55981.

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

Color convert

RGB 173 218 0 -
CMYK 0.21 0 1 0.15
HSL 72.39º 1% 0.43% -
HSV(B) 72.39º 1% 0.85% -
XYZ 42.3 59.03 9.16 -
YUV 179.69 26.59 123.23 -
System Red Green Blue C M Y K H S L
Decimal 173 218 0 0.21 0 1 0.15 72.39 1 0.43
Hex AD DA 0 15 0 64 F 48 64 2B
Octal 255 332 0 25 0 144 17 110 144 53
Binary 10101101 11011010 0 10101 0 1100100 1111 1001000 1100100 101011

Color Harmonies of #ADDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA00

Black with #ADDA00

Text Example


Text Example

White with #ADDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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