#4ACA98

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

Shades of Shamrock #4ACA98

Tints of Shamrock #4ACA98

Color information

#4ACA98 (or 0x4ACA98) is unknown color: approx Shamrock. HEX triplet: 4A, CA and 98. RGB value is (74,202,152). Sum of RGB (Red+Green+Blue) = 74+202+152=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA98 is #B53567. Grayscale: #9E9E9E. Windows color (decimal): -11875688 or 10013258. OLE color: 10013258.

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

Color convert

RGB74202152-
CMYK0.6300.250.21
HSL156.56º54.7%54.12%-
HSV(B)156.56º63.37%79.22%-
XYZ29.6145.9637.02-
YUV158.03124.5968.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.29%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=17.29%
G=47.20%
B=35.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021520.6300.250.21156.5654.754.12
Hex4ACA983F019159d3736
Octal11231223077031252356766
Binary100101011001010100110001111110110011010110011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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