#90D852

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

Shades of Atlantis #90D852

Tints of Atlantis #90D852

Color information

#90D852 (or 0x90D852) is unknown color: approx Atlantis. HEX triplet: 90, D8 and 52. RGB value is (144,216,82). Sum of RGB (Red+Green+Blue) = 144+216+82=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #90D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D852 is #6F27AD. Grayscale: #B3B3B3. Windows color (decimal): -7284654 or 5429392. OLE color: 5429392.

HSL color Cylindrical-coordinate representation of color #90D852: hue angle of 92.24º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D852 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14421682-
CMYK0.3300.620.15
HSL92.24º63.21%58.43%-
HSV(B)92.24º62.04%84.71%-
XYZ37.5855.6516.74-
YUV179.273.15102.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 216 (84.77% from 255) = 48.87%
BLUE value IS 82 (32.42% from 255) = 18.55%
R=32.58%
G=48.87%
B=18.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144216820.3300.620.1592.2463.2158.43
Hex90D8522103EF5c3f3a
Octal22033012241076171347772
Binary10010000110110001010010100001011111011111011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,216,82); }

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

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

 a { background-color: rgb(144,216,82); }

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

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

 span { border-color: rgb(144,216,82); }

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