#46FC8A

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

Shades of Emerald #46FC8A

Tints of Emerald #46FC8A

Color information

#46FC8A (or 0x46FC8A) is unknown color: approx Emerald. HEX triplet: 46, FC and 8A. RGB value is (70,252,138). Sum of RGB (Red+Green+Blue) = 70+252+138=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #46FC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FC8A is #B90375. Grayscale: #B8B8B8. Windows color (decimal): -12125046 or 9108550. OLE color: 9108550.

HSL color Cylindrical-coordinate representation of color #46FC8A: hue angle of 142.42º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FC8A is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB70252138-
CMYK0.7200.450.01
HSL142.42º96.81%63.14%-
HSV(B)142.42º72.22%98.82%-
XYZ41.9272.7635.88-
YUV184.59101.746.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 252 (98.83% from 255) = 54.78%
BLUE value IS 138 (54.30% from 255) = 30%
R=15.22%
G=54.78%
B=30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702521380.7200.450.01142.4296.8163.14
Hex46FC8A4802D18e613f
Octal106374212110055121614177
Binary10001101111110010001010100100001011011100011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FC8A; }

 p { color: rgb(70,252,138); }

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

<style>
 a { background-color: #46FC8A; }

 a { background-color: rgb(70,252,138); }

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

<style>
 span { border-color: #46FC8A; }

 span { border-color: rgb(70,252,138); }

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