#93C83A

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

Shades of Atlantis #93C83A

Tints of Atlantis #93C83A

Color information

#93C83A (or 0x93C83A) is unknown color: approx Atlantis. HEX triplet: 93, C8 and 3A. RGB value is (147,200,58). Sum of RGB (Red+Green+Blue) = 147+200+58=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #93C83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C83A is #6C37C5. Grayscale: #A8A8A8. Windows color (decimal): -7092166 or 3852435. OLE color: 3852435.

HSL color Cylindrical-coordinate representation of color #93C83A: hue angle of 82.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93C83A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB14720058-
CMYK0.2600.710.22
HSL82.39º56.35%50.59%-
HSV(B)82.39º71%78.43%-
XYZ33.4547.8211.47-
YUV167.9665.94113.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 200 (78.52% from 255) = 49.38%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=36.30%
G=49.38%
B=14.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147200580.2600.710.2282.3956.3550.59
Hex93C83A1A04716523833
Octal22331072320107261227063
Binary10010011110010001110101101001000111101101010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,58); }

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

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

 a { background-color: rgb(147,200,58); }

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

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

 span { border-color: rgb(147,200,58); }

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