#90D544

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

Shades of Atlantis #90D544

Tints of Atlantis #90D544

Color information

#90D544 (or 0x90D544) is unknown color: approx Atlantis. HEX triplet: 90, D5 and 44. RGB value is (144,213,68). Sum of RGB (Red+Green+Blue) = 144+213+68=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #90D544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D544 is #6F2ABB. Grayscale: #B0B0B0. Windows color (decimal): -7285436 or 4511120. OLE color: 4511120.

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

Color convert

RGB14421368-
CMYK0.3200.680.16
HSL88.55º63.32%55.1%-
HSV(B)88.55º68.08%83.53%-
XYZ36.3453.9413.96-
YUV175.8467.14105.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 68 (26.95% from 255) = 16%
R=33.88%
G=50.12%
B=16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144213680.3200.680.1688.5563.3255.1
Hex90D5442004410593f37
Octal220325104400104201317767
Binary1001000011010101100010010000001000100100001011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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