#90DD4A

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

Shades of Atlantis #90DD4A

Tints of Atlantis #90DD4A

Color information

#90DD4A (or 0x90DD4A) is unknown color: approx Atlantis. HEX triplet: 90, DD and 4A. RGB value is (144,221,74). Sum of RGB (Red+Green+Blue) = 144+221+74=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD4A is #6F22B5. Grayscale: #B5B5B5. Windows color (decimal): -7283382 or 4906384. OLE color: 4906384.

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

Color convert

RGB14422174-
CMYK0.3500.670.13
HSL91.43º68.37%57.84%-
HSV(B)91.43º66.52%86.67%-
XYZ38.5958.1415.67-
YUV181.2267.49101.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=32.80%
G=50.34%
B=16.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144221740.3500.670.1391.4368.3757.84
Hex90DD4A23043D5b443a
Octal2203351124301031513310472
Binary1001000011011101100101010001101000011110110110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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