#3ACA83

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

Shades of Shamrock #3ACA83

Tints of Shamrock #3ACA83

Color information

#3ACA83 (or 0x3ACA83) is unknown color: approx Shamrock. HEX triplet: 3A, CA and 83. RGB value is (58,202,131). Sum of RGB (Red+Green+Blue) = 58+202+131=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACA83 is #C5357C. Grayscale: #969696. Windows color (decimal): -12924285 or 8636986. OLE color: 8636986.

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

Color convert

RGB58202131-
CMYK0.7100.350.21
HSL150.42º57.6%50.98%-
HSV(B)150.42º71.29%79.22%-
XYZ26.9644.7828.69-
YUV150.85116.7961.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.83%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=14.83%
G=51.66%
B=33.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal582021310.7100.350.21150.4257.650.98
Hex3ACA834702315963a33
Octal72312203107043252267263
Binary1110101100101010000011100011101000111010110010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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