#39CC8C

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

Shades of Shamrock #39CC8C

Tints of Shamrock #39CC8C

Color information

#39CC8C (or 0x39CC8C) is unknown color: approx Shamrock. HEX triplet: 39, CC and 8C. RGB value is (57,204,140). Sum of RGB (Red+Green+Blue) = 57+204+140=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CC8C is #C63373. Grayscale: #989898. Windows color (decimal): -12989300 or 9227321. OLE color: 9227321.

HSL color Cylindrical-coordinate representation of color #39CC8C: hue angle of 153.88º 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 #39CC8C is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB57204140-
CMYK0.7200.310.2
HSL153.88º59.04%51.18%-
HSV(B)153.88º72.06%80%-
XYZ28.0145.9532.2-
YUV152.75120.859.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.21%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=14.21%
G=50.87%
B=34.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal572041400.7200.310.2153.8859.0451.18
Hex39CC8C4801F149a3b33
Octal71314214110037242327363
Binary111001110011001000110010010000111111010010011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39CC8C; }

 p { color: rgb(57,204,140); }

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

<style>
 a { background-color: #39CC8C; }

 a { background-color: rgb(57,204,140); }

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

<style>
 span { border-color: #39CC8C; }

 span { border-color: rgb(57,204,140); }

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