#90DD3B

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

Shades of Atlantis #90DD3B

Tints of Atlantis #90DD3B

Color information

#90DD3B (or 0x90DD3B) is unknown color: approx Atlantis. HEX triplet: 90, DD and 3B. RGB value is (144,221,59). Sum of RGB (Red+Green+Blue) = 144+221+59=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD3B is #6F22C4. Grayscale: #B4B4B4. Windows color (decimal): -7283397 or 3923344. OLE color: 3923344.

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

Color convert

RGB14422159-
CMYK0.3500.730.13
HSL88.52º70.43%54.9%-
HSV(B)88.52º73.3%86.67%-
XYZ38.1557.9613.31-
YUV179.5159.99102.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 221 (86.72% from 255) = 52.12%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=33.96%
G=52.12%
B=13.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144221590.3500.730.1388.5270.4354.9
Hex90DD3B23049D594637
Octal220335734301111513110667
Binary100100001101110111101110001101001001110110110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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