#3AF412

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

Shades of Harlequin #3AF412

Tints of Harlequin #3AF412

Color information

#3AF412 (or 0x3AF412) is unknown color: approx Harlequin. HEX triplet: 3A, F4 and 12. RGB value is (58,244,18). Sum of RGB (Red+Green+Blue) = 58+244+18=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF412 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF412 is #C50BED. Grayscale: #A3A3A3. Windows color (decimal): -12913646 or 1242170. OLE color: 1242170.

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

Color convert

RGB5824418-
CMYK0.7600.930.04
HSL109.38º91.13%51.37%-
HSV(B)109.38º92.62%95.69%-
XYZ34.265.6411.44-
YUV162.6246.3853.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 244 (95.70% from 255) = 76.25%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=18.12%
G=76.25%
B=5.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58244180.7600.930.04109.3891.1351.37
Hex3AF4124C05D46d5b33
Octal72364221140135415513363
Binary111010111101001001010011000101110110011011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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