#4ACA9D

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

Shades of Shamrock #4ACA9D

Tints of Shamrock #4ACA9D

Color information

#4ACA9D (or 0x4ACA9D) is unknown color: approx Shamrock. HEX triplet: 4A, CA and 9D. RGB value is (74,202,157). Sum of RGB (Red+Green+Blue) = 74+202+157=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA9D is #B53562. Grayscale: #9E9E9E. Windows color (decimal): -11875683 or 10340938. OLE color: 10340938.

HSL color Cylindrical-coordinate representation of color #4ACA9D: hue angle of 158.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACA9D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB74202157-
CMYK0.6300.220.21
HSL158.91º54.7%54.12%-
HSV(B)158.91º63.37%79.22%-
XYZ30.0346.1339.22-
YUV158.6127.0967.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=17.09%
G=46.65%
B=36.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021570.6300.220.21158.9154.754.12
Hex4ACA9D3F016159f3736
Octal11231223577026252376766
Binary100101011001010100111011111110101101010110011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ACA9D; }

 p { color: rgb(74,202,157); }

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

<style>
 a { background-color: #4ACA9D; }

 a { background-color: rgb(74,202,157); }

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

<style>
 span { border-color: #4ACA9D; }

 span { border-color: rgb(74,202,157); }

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