#3ACF99

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

Shades of Shamrock #3ACF99

Tints of Shamrock #3ACF99

Color information

#3ACF99 (or 0x3ACF99) is unknown color: approx Shamrock. HEX triplet: 3A, CF and 99. RGB value is (58,207,153). Sum of RGB (Red+Green+Blue) = 58+207+153=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF99 is #C53066. Grayscale: #9C9C9C. Windows color (decimal): -12922983 or 10080058. OLE color: 10080058.

HSL color Cylindrical-coordinate representation of color #3ACF99: hue angle of 158.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF99 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB58207153-
CMYK0.7200.260.19
HSL158.26º60.82%51.96%-
HSV(B)158.26º71.98%81.18%-
XYZ29.8147.8337.8-
YUV156.29126.1457.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.88%
GREEN value IS 207 (81.25% from 255) = 49.52%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=13.88%
G=49.52%
B=36.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal582071530.7200.260.19158.2660.8251.96
Hex3ACF994801A139e3d34
Octal72317231110032232367564
Binary111010110011111001100110010000110101001110011110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,207,153); }

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

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

 a { background-color: rgb(58,207,153); }

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

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

 span { border-color: rgb(58,207,153); }

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