#3AE706

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

Shades of Harlequin #3AE706

Tints of Harlequin #3AE706

Color information

#3AE706 (or 0x3AE706) is unknown color: approx Harlequin. HEX triplet: 3A, E7 and 06. RGB value is (58,231,6). Sum of RGB (Red+Green+Blue) = 58+231+6=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 231 (90.62% from 255 or 78.31% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AE706 is #C518F9. Grayscale: #9A9A9A. Windows color (decimal): -12916986 or 452410. OLE color: 452410.

HSL color Cylindrical-coordinate representation of color #3AE706: hue angle of 106.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AE706 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB582316-
CMYK0.7500.970.09
HSL106.13º94.94%46.47%-
HSV(B)106.13º97.4%90.59%-
XYZ30.3558.069.78-
YUV153.6244.6959.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 231 (90.62% from 255) = 78.31%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=19.66%
G=78.31%
B=2.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5823160.7500.970.09106.1394.9446.47
Hex3AE764B06196a5f2e
Octal72347611301411115213756
Binary11101011100111110100101101100001100111010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,231,6); }

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

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

 a { background-color: rgb(58,231,6); }

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

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

 span { border-color: rgb(58,231,6); }

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