#4aea0f

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

Shades of Harlequin #4AEA0F

Tints of Harlequin #4AEA0F

Color information

#4AEA0F (or 0x4AEA0F) is unknown color: approx Harlequin. HEX triplet: 4A, EA and 0F. RGB value is (74,234,15). Sum of RGB (Red+Green+Blue) = 74+234+15=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEA0F is #B515F0. Grayscale: #A1A1A1. Windows color (decimal): -11867633 or 1043018. OLE color: 1043018.

HSL color Cylindrical-coordinate representation of color #4AEA0F: hue angle of 103.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AEA0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB7423415-
CMYK0.6800.940.08
HSL103.84º87.95%48.82%-
HSV(B)103.84º93.59%91.76%-
XYZ32.3360.3410.39-
YUV161.1945.4965.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 234 (91.80% from 255) = 72.45%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=22.91%
G=72.45%
B=4.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74234150.6800.940.08103.8487.9548.82
Hex4AEAF4405E8685831
Octal1123521710401361015013061
Binary1001010111010101111100010001011110100011010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aea0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4aea0f; }

 p { color: rgb(74,234,15); }

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

<style>
 a { background-color: #4aea0f; }

 a { background-color: rgb(74,234,15); }

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

<style>
 span { border-color: #4aea0f; }

 span { border-color: rgb(74,234,15); }

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