#3AF119

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

Shades of Harlequin #3AF119

Tints of Harlequin #3AF119

Color information

#3AF119 (or 0x3AF119) is unknown color: approx Harlequin. HEX triplet: 3A, F1 and 19. RGB value is (58,241,25). Sum of RGB (Red+Green+Blue) = 58+241+25=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF119 is #C50EE6. Grayscale: #A2A2A2. Windows color (decimal): -12914407 or 1700154. OLE color: 1700154.

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

Color convert

RGB5824125-
CMYK0.7600.900.05
HSL110.83º88.52%52.16%-
HSV(B)110.83º89.63%94.51%-
XYZ33.3863.8811.49-
YUV161.6650.8754.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 241 (94.53% from 255) = 74.38%
BLUE value IS 25 (10.16% from 255) = 7.72%
R=17.90%
G=74.38%
B=7.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58241250.7600.900.05110.8388.5252.16
Hex3AF1194C05A56f5934
Octal72361311140132515713164
Binary111010111100011100110011000101101010111011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,241,25); }

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

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

 a { background-color: rgb(58,241,25); }

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

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

 span { border-color: rgb(58,241,25); }

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