#4ACA67

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

Shades of Emerald #4ACA67

Tints of Emerald #4ACA67

Color information

#4ACA67 (or 0x4ACA67) is unknown color: approx Emerald. HEX triplet: 4A, CA and 67. RGB value is (74,202,103). Sum of RGB (Red+Green+Blue) = 74+202+103=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA67 is #B53598. Grayscale: #989898. Windows color (decimal): -11875737 or 6801994. OLE color: 6801994.

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

Color convert

RGB74202103-
CMYK0.6300.490.21
HSL133.59º54.7%54.12%-
HSV(B)133.59º63.37%79.22%-
XYZ26.3944.6820.06-
YUV152.44100.0972.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.53%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=19.53%
G=53.30%
B=27.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021030.6300.490.21133.5954.754.12
Hex4ACA673F03115863736
Octal11231214777061252066766
Binary100101011001010110011111111101100011010110000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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