#90D94D

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

Shades of Atlantis #90D94D

Tints of Atlantis #90D94D

Color information

#90D94D (or 0x90D94D) is unknown color: approx Atlantis. HEX triplet: 90, D9 and 4D. RGB value is (144,217,77). Sum of RGB (Red+Green+Blue) = 144+217+77=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #90D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D94D is #6F26B2. Grayscale: #B3B3B3. Windows color (decimal): -7284403 or 5101968. OLE color: 5101968.

HSL color Cylindrical-coordinate representation of color #90D94D: hue angle of 91.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90D94D is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14421777-
CMYK0.3400.650.15
HSL91.29º64.81%57.65%-
HSV(B)91.29º64.52%85.1%-
XYZ37.6556.0915.86-
YUV179.2170.32102.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.88%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=32.88%
G=49.54%
B=17.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144217770.3400.650.1591.2964.8157.65
Hex90D94D22041F5b413a
Octal2203311154201011713310172
Binary1001000011011001100110110001001000001111110110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,217,77); }

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

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

 a { background-color: rgb(144,217,77); }

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

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

 span { border-color: rgb(144,217,77); }

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