#3AFC1A

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

Shades of Harlequin #3AFC1A

Tints of Harlequin #3AFC1A

Color information

#3AFC1A (or 0x3AFC1A) is unknown color: approx Harlequin. HEX triplet: 3A, FC and 1A. RGB value is (58,252,26). Sum of RGB (Red+Green+Blue) = 58+252+26=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1A is #C503E5. Grayscale: #A8A8A8. Windows color (decimal): -12911590 or 1768506. OLE color: 1768506.

HSL color Cylindrical-coordinate representation of color #3AFC1A: hue angle of 111.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFC1A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB5825226-
CMYK0.7700.900.01
HSL111.5º97.41%54.51%-
HSV(B)111.5º89.68%98.82%-
XYZ36.7470.5912.67-
YUV168.2347.7349.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 252 (98.83% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=17.26%
G=75%
B=7.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58252260.7700.900.01111.597.4154.51
Hex3AFC1A4D05A1706137
Octal72374321150132116014167
Binary1110101111110011010100110101011010111100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,252,26); }

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

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

 a { background-color: rgb(58,252,26); }

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

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

 span { border-color: rgb(58,252,26); }

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