#3ACA93

Color #3ACA93 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3ACA93

Tints of Shamrock #3ACA93

Color information

#3ACA93 (or 0x3ACA93) is unknown color: approx Shamrock. HEX triplet: 3A, CA and 93. RGB value is (58,202,147). Sum of RGB (Red+Green+Blue) = 58+202+147=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACA93 is #C5356C. Grayscale: #989898. Windows color (decimal): -12924269 or 9685562. OLE color: 9685562.

HSL color Cylindrical-coordinate representation of color #3ACA93: hue angle of 157.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACA93 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB58202147-
CMYK0.7100.270.21
HSL157.08º57.6%50.98%-
HSV(B)157.08º71.29%79.22%-
XYZ28.1345.2534.85-
YUV152.67124.7960.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=14.25%
G=49.63%
B=36.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021470.7100.270.21157.0857.650.98
Hex3ACA934701B159d3a33
Octal72312223107033252357263
Binary111010110010101001001110001110110111010110011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ACA93; }

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

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

<style>
 a { background-color: #3ACA93; }

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

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

<style>
 span { border-color: #3ACA93; }

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

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