#90BE48

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

Shades of Atlantis #90BE48

Tints of Atlantis #90BE48

Color information

#90BE48 (or 0x90BE48) is unknown color: approx Atlantis. HEX triplet: 90, BE and 48. RGB value is (144,190,72). Sum of RGB (Red+Green+Blue) = 144+190+72=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE48 is #6F41B7. Grayscale: #A3A3A3. Windows color (decimal): -7291320 or 4767376. OLE color: 4767376.

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

Color convert

RGB14419072-
CMYK0.2400.620.25
HSL83.39º47.58%51.37%-
HSV(B)83.39º62.11%74.51%-
XYZ31.0843.2212.84-
YUV162.7976.76114.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=35.47%
G=46.80%
B=17.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144190720.2400.620.2583.3947.5851.37
Hex90BE481803E19533033
Octal22027611030076311236063
Binary10010000101111101001000110000111110110011010011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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