#3AC397

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

Shades of Shamrock #3AC397

Tints of Shamrock #3AC397

Color information

#3AC397 (or 0x3AC397) is unknown color: approx Shamrock. HEX triplet: 3A, C3 and 97. RGB value is (58,195,151). Sum of RGB (Red+Green+Blue) = 58+195+151=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC397 is #C53C68. Grayscale: #959595. Windows color (decimal): -12926057 or 9945914. OLE color: 9945914.

HSL color Cylindrical-coordinate representation of color #3AC397: hue angle of 160.73º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC397 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB58195151-
CMYK0.7000.230.24
HSL160.73º54.15%49.61%-
HSV(B)160.73º70.26%76.47%-
XYZ26.8542.1636-
YUV149.02129.1163.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.36%
GREEN value IS 195 (76.56% from 255) = 48.27%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=14.36%
G=48.27%
B=37.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581951510.7000.230.24160.7354.1549.61
Hex3AC3974601718a13632
Octal72303227106027302416662
Binary111010110000111001011110001100101111100010100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,151); }

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

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

 a { background-color: rgb(58,195,151); }

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

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

 span { border-color: rgb(58,195,151); }

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