#90C53F

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

Shades of Atlantis #90C53F

Tints of Atlantis #90C53F

Color information

#90C53F (or 0x90C53F) is unknown color: approx Atlantis. HEX triplet: 90, C5 and 3F. RGB value is (144,197,63). Sum of RGB (Red+Green+Blue) = 144+197+63=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #90C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C53F is #6F3AC0. Grayscale: #A6A6A6. Windows color (decimal): -7289537 or 4179344. OLE color: 4179344.

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

Color convert

RGB14419763-
CMYK0.2700.680.23
HSL83.73º53.6%50.98%-
HSV(B)83.73º68.02%77.25%-
XYZ32.3746.2211.92-
YUV165.8869.94112.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 197 (77.34% from 255) = 48.76%
BLUE value IS 63 (25% from 255) = 15.59%
R=35.64%
G=48.76%
B=15.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144197630.2700.680.2383.7353.650.98
Hex90C53F1B04417543633
Octal22030577330104271246663
Binary10010000110001011111111101101000100101111010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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