#3CF9A0

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

Shades of Shamrock #3CF9A0

Tints of Shamrock #3CF9A0

Color information

#3CF9A0 (or 0x3CF9A0) is unknown color: approx Shamrock. HEX triplet: 3C, F9 and A0. RGB value is (60,249,160). Sum of RGB (Red+Green+Blue) = 60+249+160=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF9A0 is #C3065F. Grayscale: #B6B6B6. Windows color (decimal): -12781152 or 10549564. OLE color: 10549564.

HSL color Cylindrical-coordinate representation of color #3CF9A0: hue angle of 151.75º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF9A0 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB60249160-
CMYK0.7600.360.02
HSL151.75º94.03%60.59%-
HSV(B)151.75º75.9%97.65%-
XYZ42.0871.2544.79-
YUV182.34115.3840.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.79%
GREEN value IS 249 (97.66% from 255) = 53.09%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=12.79%
G=53.09%
B=34.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal602491600.7600.360.02151.7594.0360.59
Hex3CF9A04C0242985e3d
Octal74371240114044223013675
Binary11110011111001101000001001100010010010100110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,249,160); }

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

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

 a { background-color: rgb(60,249,160); }

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

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

 span { border-color: rgb(60,249,160); }

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