#4AFC0F

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

Shades of Harlequin #4AFC0F

Tints of Harlequin #4AFC0F

Color information

#4AFC0F (or 0x4AFC0F) is unknown color: approx Harlequin. HEX triplet: 4A, FC and 0F. RGB value is (74,252,15). Sum of RGB (Red+Green+Blue) = 74+252+15=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFC0F is #B503F0. Grayscale: #ACACAC. Windows color (decimal): -11863025 or 1047626. OLE color: 1047626.

HSL color Cylindrical-coordinate representation of color #4AFC0F: hue angle of 105.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AFC0F is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB7425215-
CMYK0.7100.940.01
HSL105.06º97.53%52.35%-
HSV(B)105.06º94.05%98.82%-
XYZ37.7271.1112.19-
YUV171.7639.5358.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 252 (98.83% from 255) = 73.90%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=21.70%
G=73.90%
B=4.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal74252150.7100.940.01105.0697.5352.35
Hex4AFCF4705E1696234
Octal112374171070136115114264
Binary1001010111111001111100011101011110111010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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