#93F04A

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

Shades of Atlantis #93F04A

Tints of Atlantis #93F04A

Color information

#93F04A (or 0x93F04A) is unknown color: approx Atlantis. HEX triplet: 93, F0 and 4A. RGB value is (147,240,74). Sum of RGB (Red+Green+Blue) = 147+240+74=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #93F04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93F04A is #6C0FB5. Grayscale: #C1C1C1. Windows color (decimal): -7081910 or 4911251. OLE color: 4911251.

HSL color Cylindrical-coordinate representation of color #93F04A: hue angle of 93.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93F04A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14724074-
CMYK0.3900.690.06
HSL93.61º84.69%61.57%-
HSV(B)93.61º69.17%94.12%-
XYZ44.4369.0217.46-
YUV193.2760.6995-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=31.89%
G=52.06%
B=16.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal147240740.3900.690.0693.6184.6961.57
Hex93F04A2704565e553e
Octal223360112470105613612576
Binary100100111111000010010101001110100010111010111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F04A; }

 p { color: rgb(147,240,74); }

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

<style>
 a { background-color: #93F04A; }

 a { background-color: rgb(147,240,74); }

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

<style>
 span { border-color: #93F04A; }

 span { border-color: rgb(147,240,74); }

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