#4ACF5E

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

Shades of Emerald #4ACF5E

Tints of Emerald #4ACF5E

Color information

#4ACF5E (or 0x4ACF5E) is unknown color: approx Emerald. HEX triplet: 4A, CF and 5E. RGB value is (74,207,94). Sum of RGB (Red+Green+Blue) = 74+207+94=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACF5E is #B530A1. Grayscale: #9A9A9A. Windows color (decimal): -11874466 or 6213450. OLE color: 6213450.

HSL color Cylindrical-coordinate representation of color #4ACF5E: hue angle of 129.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACF5E is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB7420794-
CMYK0.6400.550.19
HSL129.02º58.08%55.1%-
HSV(B)129.02º64.25%81.18%-
XYZ27.1646.8918.21-
YUV154.3593.9470.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.73%
GREEN value IS 207 (81.25% from 255) = 55.2%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=19.73%
G=55.2%
B=25.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74207940.6400.550.19129.0258.0855.1
Hex4ACF5E4003713813a37
Octal112317136100067232017267
Binary1001010110011111011110100000001101111001110000001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,207,94); }

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

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

 a { background-color: rgb(74,207,94); }

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

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

 span { border-color: rgb(74,207,94); }

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