#90DD04

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

Shades of Inch Worm #90DD04

Tints of Inch Worm #90DD04

Color information

#90DD04 (or 0x90DD04) is unknown color: approx Inch Worm. HEX triplet: 90, DD and 04. RGB value is (144,221,4). Sum of RGB (Red+Green+Blue) = 144+221+4=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DD04 is #6F22FB. Grayscale: #AEAEAE. Windows color (decimal): -7283452 or 318864. OLE color: 318864.

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

Color convert

RGB1442214-
CMYK0.3500.980.13
HSL81.29º96.44%44.12%-
HSV(B)81.29º98.19%86.67%-
XYZ37.3857.659.27-
YUV173.2432.49107.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=39.02%
G=59.89%
B=1.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14422140.3500.980.1381.2996.4444.12
Hex90DD423062D51602c
Octal22033544301421512114054
Binary100100001101110110010001101100010110110100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DD04; }

 p { color: rgb(144,221,4); }

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

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

 a { background-color: rgb(144,221,4); }

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

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

 span { border-color: rgb(144,221,4); }

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