#3af27a

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

Shades of Emerald #3AF27A

Tints of Emerald #3AF27A

Color information

#3AF27A (or 0x3AF27A) is unknown color: approx Emerald. HEX triplet: 3A, F2 and 7A. RGB value is (58,242,122). Sum of RGB (Red+Green+Blue) = 58+242+122=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF27A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF27A is #C50D85. Grayscale: #ADADAD. Windows color (decimal): -12914054 or 8057402. OLE color: 8057402.

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

Color convert

RGB58242122-
CMYK0.7600.500.05
HSL140.87º87.62%58.82%-
HSV(B)140.87º76.03%94.9%-
XYZ37.0165.8129.16-
YUV173.399.0445.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.74%
GREEN value IS 242 (94.92% from 255) = 57.35%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=13.74%
G=57.35%
B=28.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582421220.7600.500.05140.8787.6258.82
Hex3AF27A4C03258d583b
Octal72362172114062521513073
Binary11101011110010111101010011000110010101100011011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af27a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,242,122); }

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

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

 a { background-color: rgb(58,242,122); }

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

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

 span { border-color: rgb(58,242,122); }

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