#90C648

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

Shades of Atlantis #90C648

Tints of Atlantis #90C648

Color information

#90C648 (or 0x90C648) is unknown color: approx Atlantis. HEX triplet: 90, C6 and 48. RGB value is (144,198,72). Sum of RGB (Red+Green+Blue) = 144+198+72=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #90C648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C648 is #6F39B7. Grayscale: #A7A7A7. Windows color (decimal): -7289272 or 4769424. OLE color: 4769424.

HSL color Cylindrical-coordinate representation of color #90C648: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90C648 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB14419872-
CMYK0.2700.640.22
HSL85.71º52.5%52.94%-
HSV(B)85.71º63.64%77.65%-
XYZ32.8746.7913.43-
YUV167.4974.11111.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=34.78%
G=47.83%
B=17.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144198720.2700.640.2285.7152.552.94
Hex90C6481B04016563535
Octal220306110330100261266565
Binary100100001100011010010001101101000000101101010110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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