#90BE45

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

Shades of Atlantis #90BE45

Tints of Atlantis #90BE45

Color information

#90BE45 (or 0x90BE45) is unknown color: approx Atlantis. HEX triplet: 90, BE and 45. RGB value is (144,190,69). Sum of RGB (Red+Green+Blue) = 144+190+69=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE45 is #6F41BA. Grayscale: #A2A2A2. Windows color (decimal): -7291323 or 4570768. OLE color: 4570768.

HSL color Cylindrical-coordinate representation of color #90BE45: hue angle of 82.81º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90BE45 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB14419069-
CMYK0.2400.640.25
HSL82.81º48.21%50.78%-
HSV(B)82.81º63.68%74.51%-
XYZ30.9943.1912.33-
YUV162.4575.26114.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=35.73%
G=47.15%
B=17.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144190690.2400.640.2582.8148.2150.78
Hex90BE451804019533033
Octal220276105300100311236063
Binary100100001011111010001011100001000000110011010011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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