#90DE3D

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

Shades of Atlantis #90DE3D

Tints of Atlantis #90DE3D

Color information

#90DE3D (or 0x90DE3D) is unknown color: approx Atlantis. HEX triplet: 90, DE and 3D. RGB value is (144,222,61). Sum of RGB (Red+Green+Blue) = 144+222+61=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DE3D is #6F21C2. Grayscale: #B4B4B4. Windows color (decimal): -7283139 or 4054672. OLE color: 4054672.

HSL color Cylindrical-coordinate representation of color #90DE3D: hue angle of 89.07º degrees, saturation: 0.71, 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 #90DE3D is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB14422261-
CMYK0.3500.730.13
HSL89.07º70.93%55.49%-
HSV(B)89.07º72.52%87.06%-
XYZ38.4758.5113.68-
YUV180.3260.66102.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 222 (87.11% from 255) = 51.99%
BLUE value IS 61 (24.22% from 255) = 14.29%
R=33.72%
G=51.99%
B=14.29%

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
Decimal144222610.3500.730.1389.0770.9355.49
Hex90DE3D23049D594737
Octal220336754301111513110767
Binary100100001101111011110110001101001001110110110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,61); }

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

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

 a { background-color: rgb(144,222,61); }

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

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

 span { border-color: rgb(144,222,61); }

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