#93CB4C

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

Shades of Atlantis #93CB4C

Tints of Atlantis #93CB4C

Color information

#93CB4C (or 0x93CB4C) is unknown color: approx Atlantis. HEX triplet: 93, CB and 4C. RGB value is (147,203,76). Sum of RGB (Red+Green+Blue) = 147+203+76=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CB4C is #6C34B3. Grayscale: #ACACAC. Windows color (decimal): -7091380 or 5032851. OLE color: 5032851.

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

Color convert

RGB14720376-
CMYK0.2800.630.20
HSL86.46º54.98%54.71%-
HSV(B)86.46º62.56%79.61%-
XYZ34.6949.4414.55-
YUV171.7873.95110.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 203 (79.69% from 255) = 47.65%
BLUE value IS 76 (30.08% from 255) = 17.84%
R=34.51%
G=47.65%
B=17.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147203760.2800.630.2086.4654.9854.71
Hex93CB4C1C03F14563737
Octal22331311434077241266767
Binary10010011110010111001100111000111111101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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