#5acf7f

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

Shades of Emerald #5ACF7F

Tints of Emerald #5ACF7F

Color information

#5ACF7F (or 0x5ACF7F) is unknown color: approx Emerald. HEX triplet: 5A, CF and 7F. RGB value is (90,207,127). Sum of RGB (Red+Green+Blue) = 90+207+127=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF7F is #A53080. Grayscale: #A3A3A3. Windows color (decimal): -10825857 or 8376154. OLE color: 8376154.

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

Color convert

RGB90207127-
CMYK0.5700.390.19
HSL138.97º54.93%58.24%-
HSV(B)138.97º56.52%81.18%-
XYZ30.3648.3327.81-
YUV162.9107.7476-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.23%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 127 (50% from 255) = 29.95%
R=21.23%
G=48.82%
B=29.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal902071270.5700.390.19138.9754.9358.24
Hex5ACF7F39027138b373a
Octal13231717771047232136772
Binary101101011001111111111111100101001111001110001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5acf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,207,127); }

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

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

 a { background-color: rgb(90,207,127); }

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

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

 span { border-color: rgb(90,207,127); }

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