#93BF3F

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

Shades of Atlantis #93BF3F

Tints of Atlantis #93BF3F

Color information

#93BF3F (or 0x93BF3F) is unknown color: approx Atlantis. HEX triplet: 93, BF and 3F. RGB value is (147,191,63). Sum of RGB (Red+Green+Blue) = 147+191+63=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BF3F is #6C40C0. Grayscale: #A3A3A3. Windows color (decimal): -7094465 or 4177811. OLE color: 4177811.

HSL color Cylindrical-coordinate representation of color #93BF3F: hue angle of 80.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93BF3F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB14719163-
CMYK0.2300.670.25
HSL80.62º50.39%49.8%-
HSV(B)80.62º67.02%74.9%-
XYZ31.5643.8211.5-
YUV163.2571.42116.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 63 (25% from 255) = 15.71%
R=36.66%
G=47.63%
B=15.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191630.2300.670.2580.6250.3949.8
Hex93BF3F1704319513232
Octal22327777270103311216262
Binary10010011101111111111111011101000011110011010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,63); }

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

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

 a { background-color: rgb(147,191,63); }

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

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

 span { border-color: rgb(147,191,63); }

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