#3ACA8E

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

Shades of Shamrock #3ACA8E

Tints of Shamrock #3ACA8E

Color information

#3ACA8E (or 0x3ACA8E) is unknown color: approx Shamrock. HEX triplet: 3A, CA and 8E. RGB value is (58,202,142). Sum of RGB (Red+Green+Blue) = 58+202+142=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACA8E is #C53571. Grayscale: #989898. Windows color (decimal): -12924274 or 9357882. OLE color: 9357882.

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

Color convert

RGB58202142-
CMYK0.7100.300.21
HSL155º57.6%50.98%-
HSV(B)155º71.29%79.22%-
XYZ27.7545.0932.83-
YUV152.1122.2960.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.43%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=14.43%
G=50.25%
B=35.32%

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
Decimal582021420.7100.300.2115557.650.98
Hex3ACA8E4701E159b3a33
Octal72312216107036252337263
Binary111010110010101000111010001110111101010110011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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