#93CB3E

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

Shades of Atlantis #93CB3E

Tints of Atlantis #93CB3E

Color information

#93CB3E (or 0x93CB3E) is unknown color: approx Atlantis. HEX triplet: 93, CB and 3E. RGB value is (147,203,62). Sum of RGB (Red+Green+Blue) = 147+203+62=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CB3E is #6C34C1. Grayscale: #AAAAAA. Windows color (decimal): -7091394 or 4115347. OLE color: 4115347.

HSL color Cylindrical-coordinate representation of color #93CB3E: hue angle of 83.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93CB3E is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB14720362-
CMYK0.2800.690.20
HSL83.83º57.55%51.96%-
HSV(B)83.83º69.46%79.61%-
XYZ34.2649.2612.26-
YUV170.1866.95111.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=35.68%
G=49.27%
B=15.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147203620.2800.690.2083.8357.5551.96
Hex93CB3E1C04514543a34
Octal22331376340105241247264
Binary10010011110010111111101110001000101101001010100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,62); }

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

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

 a { background-color: rgb(147,203,62); }

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

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

 span { border-color: rgb(147,203,62); }

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