#90D141

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

Shades of Atlantis #90D141

Tints of Atlantis #90D141

Color information

#90D141 (or 0x90D141) is unknown color: approx Atlantis. HEX triplet: 90, D1 and 41. RGB value is (144,209,65). Sum of RGB (Red+Green+Blue) = 144+209+65=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #90D141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D141 is #6F2EBE. Grayscale: #ADADAD. Windows color (decimal): -7286463 or 4313488. OLE color: 4313488.

HSL color Cylindrical-coordinate representation of color #90D141: hue angle of 87.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D141 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB14420965-
CMYK0.3100.690.18
HSL87.08º61.02%53.73%-
HSV(B)87.08º68.9%81.96%-
XYZ35.2651.9113.16-
YUV173.1566.97107.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 209 (82.03% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=34.45%
G=50%
B=15.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144209650.3100.690.1887.0861.0253.73
Hex90D1411F04512573d36
Octal220321101370105221277566
Binary100100001101000110000011111101000101100101010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,209,65); }

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

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

 a { background-color: rgb(144,209,65); }

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

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

 span { border-color: rgb(144,209,65); }

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