#90DD44

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

Shades of Atlantis #90DD44

Tints of Atlantis #90DD44

Color information

#90DD44 (or 0x90DD44) is unknown color: approx Atlantis. HEX triplet: 90, DD and 44. RGB value is (144,221,68). Sum of RGB (Red+Green+Blue) = 144+221+68=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD44 is #6F22BB. Grayscale: #B5B5B5. Windows color (decimal): -7283388 or 4513168. OLE color: 4513168.

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

Color convert

RGB14422168-
CMYK0.3500.690.13
HSL90.2º69.23%56.67%-
HSV(B)90.2º69.23%86.67%-
XYZ38.458.0614.65-
YUV180.5464.49101.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 221 (86.72% from 255) = 51.04%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=33.26%
G=51.04%
B=15.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144221680.3500.690.1390.269.2356.67
Hex90DD4423045D5a4539
Octal2203351044301051513210571
Binary1001000011011101100010010001101000101110110110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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