#90D248

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

Shades of Atlantis #90D248

Tints of Atlantis #90D248

Color information

#90D248 (or 0x90D248) is unknown color: approx Atlantis. HEX triplet: 90, D2 and 48. RGB value is (144,210,72). Sum of RGB (Red+Green+Blue) = 144+210+72=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #90D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D248 is #6F2DB7. Grayscale: #AFAFAF. Windows color (decimal): -7286200 or 4772496. OLE color: 4772496.

HSL color Cylindrical-coordinate representation of color #90D248: hue angle of 88.7º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90D248 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB14421072-
CMYK0.3100.660.18
HSL88.7º60.53%55.29%-
HSV(B)88.7º65.71%82.35%-
XYZ35.7252.4914.38-
YUV174.5370.13106.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 210 (82.42% from 255) = 49.30%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=33.80%
G=49.30%
B=16.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144210720.3100.660.1888.760.5355.29
Hex90D2481F04212593d37
Octal220322110370102221317567
Binary100100001101001010010001111101000010100101011001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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