#3ACA8D

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

Shades of Shamrock #3ACA8D

Tints of Shamrock #3ACA8D

Color information

#3ACA8D (or 0x3ACA8D) is unknown color: approx Shamrock. HEX triplet: 3A, CA and 8D. RGB value is (58,202,141). Sum of RGB (Red+Green+Blue) = 58+202+141=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACA8D is #C53572. Grayscale: #989898. Windows color (decimal): -12924275 or 9292346. OLE color: 9292346.

HSL color Cylindrical-coordinate representation of color #3ACA8D: hue angle of 154.58º 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 #3ACA8D is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB58202141-
CMYK0.7100.300.21
HSL154.58º57.6%50.98%-
HSV(B)154.58º71.29%79.22%-
XYZ27.6745.0632.44-
YUV151.99121.7960.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.46%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=14.46%
G=50.37%
B=35.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021410.7100.300.21154.5857.650.98
Hex3ACA8D4701E159b3a33
Octal72312215107036252337263
Binary111010110010101000110110001110111101010110011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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