#3AF180

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

Shades of Emerald #3AF180

Tints of Emerald #3AF180

Color information

#3AF180 (or 0x3AF180) is unknown color: approx Emerald. HEX triplet: 3A, F1 and 80. RGB value is (58,241,128). Sum of RGB (Red+Green+Blue) = 58+241+128=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF180 is #C50E7F. Grayscale: #ADADAD. Windows color (decimal): -12914304 or 8450362. OLE color: 8450362.

HSL color Cylindrical-coordinate representation of color #3AF180: hue angle of 142.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF180 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB58241128-
CMYK0.7600.470.05
HSL142.95º86.73%58.63%-
HSV(B)142.95º75.93%94.51%-
XYZ37.165.3731.08-
YUV173.4102.3745.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.58%
GREEN value IS 241 (94.53% from 255) = 56.44%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=13.58%
G=56.44%
B=29.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582411280.7600.470.05142.9586.7358.63
Hex3AF1804C02F58f573b
Octal72361200114057521712773
Binary111010111100011000000010011000101111101100011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF180; }

 p { color: rgb(58,241,128); }

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

<style>
 a { background-color: #3AF180; }

 a { background-color: rgb(58,241,128); }

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

<style>
 span { border-color: #3AF180; }

 span { border-color: rgb(58,241,128); }

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