#90EB44

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

Shades of Atlantis #90EB44

Tints of Atlantis #90EB44

Color information

#90EB44 (or 0x90EB44) is unknown color: approx Atlantis. HEX triplet: 90, EB and 44. RGB value is (144,235,68). Sum of RGB (Red+Green+Blue) = 144+235+68=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EB44 is #6F14BB. Grayscale: #BDBDBD. Windows color (decimal): -7279804 or 4516752. OLE color: 4516752.

HSL color Cylindrical-coordinate representation of color #90EB44: hue angle of 92.69º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90EB44 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB14423568-
CMYK0.3900.710.08
HSL92.69º80.68%59.41%-
HSV(B)92.69º71.06%92.16%-
XYZ42.2565.7615.94-
YUV188.7559.8596.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 68 (26.95% from 255) = 15.21%
R=32.21%
G=52.57%
B=15.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144235680.3900.710.0892.6980.6859.41
Hex90EB442704785d513b
Octal2203531044701071013512173
Binary1001000011101011100010010011101000111100010111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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