#3af168

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

Shades of Emerald #3AF168

Tints of Emerald #3AF168

Color information

#3AF168 (or 0x3AF168) is unknown color: approx Emerald. HEX triplet: 3A, F1 and 68. RGB value is (58,241,104). Sum of RGB (Red+Green+Blue) = 58+241+104=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF168 is #C50E97. Grayscale: #ABABAB. Windows color (decimal): -12914328 or 6877498. OLE color: 6877498.

HSL color Cylindrical-coordinate representation of color #3AF168: hue angle of 135.08º 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 #3AF168 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB58241104-
CMYK0.7600.570.05
HSL135.08º86.73%58.63%-
HSV(B)135.08º75.93%94.51%-
XYZ35.764.8123.72-
YUV170.6690.3747.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 241 (94.53% from 255) = 59.80%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=14.39%
G=59.80%
B=25.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582411040.7600.570.05135.0886.7358.63
Hex3AF1684C039587573b
Octal72361150114071520712773
Binary11101011110001110100010011000111001101100001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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