#ADDF00

Color #ADDF00 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #ADDF00

Tints of Inch Worm #ADDF00

Color information

#ADDF00 (or 0xADDF00) is unknown color: approx Inch Worm. HEX triplet: AD, DF and 00. RGB value is (173,223,0). Sum of RGB (Red+Green+Blue) = 173+223+0=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF00 is #5220FF. Grayscale: #B7B7B7. Windows color (decimal): -5382400 or 57261. OLE color: 57261.

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

Color convert

RGB1732230-
CMYK0.22010.13
HSL73.45º100%43.73%-
HSV(B)73.45º100%87.45%-
XYZ43.6261.669.6-
YUV182.6324.94121.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 223 (87.5% from 255) = 56.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.69%
G=56.31%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17322300.22010.1373.4510043.73
HexADDF016064D49642c
Octal25533702601441511114454
Binary101011011101111101011001100100110110010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF00; }

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

 H1.HeaderClassName
 {
   color: #ADDF00;
 }
 .AnyTagClassName
 {
   color: #ADDF00;
 }
</style>
background-color css

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

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

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

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

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

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