#3ADE06

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

Shades of Harlequin #3ADE06

Tints of Harlequin #3ADE06

Color information

#3ADE06 (or 0x3ADE06) is unknown color: approx Harlequin. HEX triplet: 3A, DE and 06. RGB value is (58,222,6). Sum of RGB (Red+Green+Blue) = 58+222+6=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADE06 is #C521F9. Grayscale: #959595. Windows color (decimal): -12919290 or 450106. OLE color: 450106.

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

Color convert

RGB582226-
CMYK0.7400.970.13
HSL105.56º94.74%44.71%-
HSV(B)105.56º97.3%87.06%-
XYZ27.953.168.96-
YUV148.3447.6763.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 222 (87.11% from 255) = 77.62%
BLUE value IS 6 (2.73% from 255) = 2.10%
R=20.28%
G=77.62%
B=2.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5822260.7400.970.13105.5694.7444.71
Hex3ADE64A061D6a5f2d
Octal72336611201411515213755
Binary11101011011110110100101001100001110111010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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