#3AE312

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

Shades of Harlequin #3AE312

Tints of Harlequin #3AE312

Color information

#3AE312 (or 0x3AE312) is unknown color: approx Harlequin. HEX triplet: 3A, E3 and 12. RGB value is (58,227,18). Sum of RGB (Red+Green+Blue) = 58+227+18=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 227 (89.06% from 255 or 74.92% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE312 is #C51CED. Grayscale: #999999. Windows color (decimal): -12917998 or 1237818. OLE color: 1237818.

HSL color Cylindrical-coordinate representation of color #3AE312: hue angle of 108.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AE312 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB5822718-
CMYK0.7400.920.11
HSL108.52º85.31%48.04%-
HSV(B)108.52º92.07%89.02%-
XYZ29.3255.889.81-
YUV152.6452.0160.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 227 (89.06% from 255) = 74.92%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=19.14%
G=74.92%
B=5.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal58227180.7400.920.11108.5285.3148.04
Hex3AE3124A05CB6d5530
Octal723432211201341315512560
Binary1110101110001110010100101001011100101111011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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