#90D541

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

Shades of Atlantis #90D541

Tints of Atlantis #90D541

Color information

#90D541 (or 0x90D541) is unknown color: approx Atlantis. HEX triplet: 90, D5 and 41. RGB value is (144,213,65). Sum of RGB (Red+Green+Blue) = 144+213+65=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #90D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D541 is #6F2ABE. Grayscale: #B0B0B0. Windows color (decimal): -7285439 or 4314512. OLE color: 4314512.

HSL color Cylindrical-coordinate representation of color #90D541: hue angle of 87.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D541 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB14421365-
CMYK0.3200.690.16
HSL87.97º63.79%54.51%-
HSV(B)87.97º69.48%83.53%-
XYZ36.2553.913.49-
YUV175.565.64105.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 213 (83.59% from 255) = 50.47%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=34.12%
G=50.47%
B=15.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144213650.3200.690.1687.9763.7954.51
Hex90D5412004510584037
Octal2203251014001052013010067
Binary10010000110101011000001100000010001011000010110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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