#5ACA6C

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

Shades of Emerald #5ACA6C

Tints of Emerald #5ACA6C

Color information

#5ACA6C (or 0x5ACA6C) is unknown color: approx Emerald. HEX triplet: 5A, CA and 6C. RGB value is (90,202,108). Sum of RGB (Red+Green+Blue) = 90+202+108=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACA6C is #A53593. Grayscale: #9E9E9E. Windows color (decimal): -10827156 or 7129690. OLE color: 7129690.

HSL color Cylindrical-coordinate representation of color #5ACA6C: hue angle of 129.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACA6C is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB90202108-
CMYK0.5500.470.21
HSL129.64º51.38%57.25%-
HSV(B)129.64º55.45%79.22%-
XYZ28.0445.521.49-
YUV157.899.8979.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 108 (42.58% from 255) = 27%
R=22.5%
G=50.5%
B=27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021080.5500.470.21129.6451.3857.25
Hex5ACA6C3702F15823339
Octal13231215467057252026371
Binary101101011001010110110011011101011111010110000010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ACA6C; }

 p { color: rgb(90,202,108); }

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

<style>
 a { background-color: #5ACA6C; }

 a { background-color: rgb(90,202,108); }

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

<style>
 span { border-color: #5ACA6C; }

 span { border-color: rgb(90,202,108); }

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