#90ef49

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

Shades of Atlantis #90EF49

Tints of Atlantis #90EF49

Color information

#90EF49 (or 0x90EF49) is unknown color: approx Atlantis. HEX triplet: 90, EF and 49. RGB value is (144,239,73). Sum of RGB (Red+Green+Blue) = 144+239+73=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EF49 is #6F10B6. Grayscale: #C0C0C0. Windows color (decimal): -7278775 or 4845456. OLE color: 4845456.

HSL color Cylindrical-coordinate representation of color #90EF49: hue angle of 94.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90EF49 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14423973-
CMYK0.4000.690.06
HSL94.34º83.84%61.18%-
HSV(B)94.34º69.46%93.73%-
XYZ43.5768.1417.16-
YUV191.6761.0394-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=31.58%
G=52.41%
B=16.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal144239730.4000.690.0694.3483.8461.18
Hex90EF492804565e543d
Octal220357111500105613612475
Binary100100001110111110010011010000100010111010111101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ef49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,73); }

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

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

 a { background-color: rgb(144,239,73); }

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

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

 span { border-color: rgb(144,239,73); }

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