#90BA45

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

Shades of Atlantis #90BA45

Tints of Atlantis #90BA45

Color information

#90BA45 (or 0x90BA45) is unknown color: approx Atlantis. HEX triplet: 90, BA and 45. RGB value is (144,186,69). Sum of RGB (Red+Green+Blue) = 144+186+69=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA45 is #6F45BA. Grayscale: #A0A0A0. Windows color (decimal): -7292347 or 4569744. OLE color: 4569744.

HSL color Cylindrical-coordinate representation of color #90BA45: hue angle of 81.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90BA45 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14418669-
CMYK0.2300.630.27
HSL81.54º45.88%50%-
HSV(B)81.54º62.9%72.94%-
XYZ30.1341.4812.05-
YUV160.176.59116.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=36.09%
G=46.62%
B=17.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144186690.2300.630.2781.5445.8850
Hex90BA451703F1B522e32
Octal22027210527077331225662
Binary10010000101110101000101101110111111110111010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,186,69); }

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

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

 a { background-color: rgb(144,186,69); }

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

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

 span { border-color: rgb(144,186,69); }

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