#3AF312

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

Shades of Harlequin #3AF312

Tints of Harlequin #3AF312

Color information

#3AF312 (or 0x3AF312) is unknown color: approx Harlequin. HEX triplet: 3A, F3 and 12. RGB value is (58,243,18). Sum of RGB (Red+Green+Blue) = 58+243+18=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF312 is #C50CED. Grayscale: #A2A2A2. Windows color (decimal): -12913902 or 1241914. OLE color: 1241914.

HSL color Cylindrical-coordinate representation of color #3AF312: hue angle of 109.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF312 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB5824318-
CMYK0.7600.930.05
HSL109.33º90.36%51.18%-
HSV(B)109.33º92.59%95.29%-
XYZ33.965.0411.34-
YUV162.0446.7153.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 243 (95.31% from 255) = 76.18%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=18.18%
G=76.18%
B=5.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58243180.7600.930.05109.3390.3651.18
Hex3AF3124C05D56d5a33
Octal72363221140135515513263
Binary111010111100111001010011000101110110111011011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,18); }

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

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

 a { background-color: rgb(58,243,18); }

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

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

 span { border-color: rgb(58,243,18); }

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