#3ACC95

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

Shades of Shamrock #3ACC95

Tints of Shamrock #3ACC95

Color information

#3ACC95 (or 0x3ACC95) is unknown color: approx Shamrock. HEX triplet: 3A, CC and 95. RGB value is (58,204,149). Sum of RGB (Red+Green+Blue) = 58+204+149=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC95 is #C5336A. Grayscale: #9A9A9A. Windows color (decimal): -12923755 or 9817146. OLE color: 9817146.

HSL color Cylindrical-coordinate representation of color #3ACC95: hue angle of 157.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC95 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB58204149-
CMYK0.7200.270.2
HSL157.4º58.87%51.37%-
HSV(B)157.4º71.57%80%-
XYZ28.7646.2635.85-
YUV154.08125.1359.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.11%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=14.11%
G=49.64%
B=36.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal582041490.7200.270.2157.458.8751.37
Hex3ACC954801B149d3b33
Octal72314225110033242357363
Binary111010110011001001010110010000110111010010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,149); }

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

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

 a { background-color: rgb(58,204,149); }

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

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

 span { border-color: rgb(58,204,149); }

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