#3AEE12

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

Shades of Harlequin #3AEE12

Tints of Harlequin #3AEE12

Color information

#3AEE12 (or 0x3AEE12) is unknown color: approx Harlequin. HEX triplet: 3A, EE and 12. RGB value is (58,238,18). Sum of RGB (Red+Green+Blue) = 58+238+18=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE12 is #C511ED. Grayscale: #9F9F9F. Windows color (decimal): -12915182 or 1240634. OLE color: 1240634.

HSL color Cylindrical-coordinate representation of color #3AEE12: hue angle of 109.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AEE12 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB5823818-
CMYK0.7600.920.07
HSL109.09º86.61%50.2%-
HSV(B)109.09º92.44%93.33%-
XYZ32.4362.0910.85-
YUV159.148.3755.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 238 (93.36% from 255) = 75.80%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=18.47%
G=75.80%
B=5.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58238180.7600.920.07109.0986.6150.2
Hex3AEE124C05C76d5732
Octal72356221140134715512762
Binary111010111011101001010011000101110011111011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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