#4ACA8E

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

Shades of Shamrock #4ACA8E

Tints of Shamrock #4ACA8E

Color information

#4ACA8E (or 0x4ACA8E) is unknown color: approx Shamrock. HEX triplet: 4A, CA and 8E. RGB value is (74,202,142). Sum of RGB (Red+Green+Blue) = 74+202+142=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA8E is #B53571. Grayscale: #9D9D9D. Windows color (decimal): -11875698 or 9357898. OLE color: 9357898.

HSL color Cylindrical-coordinate representation of color #4ACA8E: hue angle of 151.88º 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 #4ACA8E is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB74202142-
CMYK0.6300.300.21
HSL151.88º54.7%54.12%-
HSV(B)151.88º63.37%79.22%-
XYZ28.8345.6532.88-
YUV156.89119.5968.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.70%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=17.70%
G=48.33%
B=33.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021420.6300.300.21151.8854.754.12
Hex4ACA8E3F01E15983736
Octal11231221677036252306766
Binary100101011001010100011101111110111101010110011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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