#3AF81A

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

Shades of Harlequin #3AF81A

Tints of Harlequin #3AF81A

Color information

#3AF81A (or 0x3AF81A) is unknown color: approx Harlequin. HEX triplet: 3A, F8 and 1A. RGB value is (58,248,26). Sum of RGB (Red+Green+Blue) = 58+248+26=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 248 (97.27% from 255 or 74.70% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF81A is #C507E5. Grayscale: #A6A6A6. Windows color (decimal): -12912614 or 1767482. OLE color: 1767482.

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

Color convert

RGB5824826-
CMYK0.7700.900.03
HSL111.35º94.07%53.73%-
HSV(B)111.35º89.52%97.25%-
XYZ35.568.1112.25-
YUV165.8849.0551.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 248 (97.27% from 255) = 74.70%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=17.47%
G=74.70%
B=7.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58248260.7700.900.03111.3594.0753.73
Hex3AF81A4D05A36f5e36
Octal72370321150132315713666
Binary11101011111000110101001101010110101111011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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