#93F04B

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

Shades of Atlantis #93F04B

Tints of Atlantis #93F04B

Color information

#93F04B (or 0x93F04B) is unknown color: approx Atlantis. HEX triplet: 93, F0 and 4B. RGB value is (147,240,75). Sum of RGB (Red+Green+Blue) = 147+240+75=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #93F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93F04B is #6C0FB4. Grayscale: #C1C1C1. Windows color (decimal): -7081909 or 4976787. OLE color: 4976787.

HSL color Cylindrical-coordinate representation of color #93F04B: hue angle of 93.82º 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 #93F04B is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14724075-
CMYK0.3900.690.06
HSL93.82º84.62%61.76%-
HSV(B)93.82º68.75%94.12%-
XYZ44.4669.0317.64-
YUV193.3861.1994.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 240 (94.14% from 255) = 51.95%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=31.82%
G=51.95%
B=16.23%

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
Decimal147240750.3900.690.0693.8284.6261.76
Hex93F04B2704565e553e
Octal223360113470105613612576
Binary100100111111000010010111001110100010111010111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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