#90C54F

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

Shades of Atlantis #90C54F

Tints of Atlantis #90C54F

Color information

#90C54F (or 0x90C54F) is unknown color: approx Atlantis. HEX triplet: 90, C5 and 4F. RGB value is (144,197,79). Sum of RGB (Red+Green+Blue) = 144+197+79=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #90C54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C54F is #6F3AB0. Grayscale: #A8A8A8. Windows color (decimal): -7289521 or 5227920. OLE color: 5227920.

HSL color Cylindrical-coordinate representation of color #90C54F: hue angle of 86.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90C54F is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB14419779-
CMYK0.2700.600.23
HSL86.95º50.43%54.12%-
HSV(B)86.95º59.9%77.25%-
XYZ32.8846.4314.63-
YUV167.777.94111.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=34.29%
G=46.90%
B=18.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144197790.2700.600.2386.9550.4354.12
Hex90C54F1B03C17573236
Octal22030511733074271276266
Binary10010000110001011001111110110111100101111010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,197,79); }

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

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

 a { background-color: rgb(144,197,79); }

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

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

 span { border-color: rgb(144,197,79); }

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