#90D441

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

Shades of Atlantis #90D441

Tints of Atlantis #90D441

Color information

#90D441 (or 0x90D441) is unknown color: approx Atlantis. HEX triplet: 90, D4 and 41. RGB value is (144,212,65). Sum of RGB (Red+Green+Blue) = 144+212+65=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #90D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D441 is #6F2BBE. Grayscale: #AFAFAF. Windows color (decimal): -7285695 or 4314256. OLE color: 4314256.

HSL color Cylindrical-coordinate representation of color #90D441: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D441 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB14421265-
CMYK0.3200.690.17
HSL87.76º63.09%54.31%-
HSV(B)87.76º69.34%83.14%-
XYZ3653.413.41-
YUV174.9165.97105.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 212 (83.20% from 255) = 50.36%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=34.20%
G=50.36%
B=15.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal144212650.3200.690.1787.7663.0954.31
Hex90D4412004511583f36
Octal220324101400105211307766
Binary1001000011010100100000110000001000101100011011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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