#3ADF0E

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

Shades of Harlequin #3ADF0E

Tints of Harlequin #3ADF0E

Color information

#3ADF0E (or 0x3ADF0E) is unknown color: approx Harlequin. HEX triplet: 3A, DF and 0E. RGB value is (58,223,14). Sum of RGB (Red+Green+Blue) = 58+223+14=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF0E is #C520F1. Grayscale: #969696. Windows color (decimal): -12919026 or 974650. OLE color: 974650.

HSL color Cylindrical-coordinate representation of color #3ADF0E: hue angle of 107.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3ADF0E is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB5822314-
CMYK0.7400.940.13
HSL107.37º88.19%46.47%-
HSV(B)107.37º93.72%87.45%-
XYZ28.2153.719.29-
YUV149.8451.3462.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 223 (87.5% from 255) = 75.59%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=19.66%
G=75.59%
B=4.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58223140.7400.940.13107.3788.1946.47
Hex3ADFE4A05ED6b582e
Octal723371611201361515313056
Binary111010110111111110100101001011110110111010111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,223,14); }

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

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

 a { background-color: rgb(58,223,14); }

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

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

 span { border-color: rgb(58,223,14); }

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