Html Css Color HEX #4AEC01 Harlequin

📋 copy color: '#4AEC01'

red 74 ◦ green 236 ◦ blue 1

#4AEC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #4AEC01

Tints of Harlequin #4AEC01

RGB

 RED value IS 74 (29.3% from 255) = 23.79%

 GREEN value IS 236 (92.58% from 255) = 75.88%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 23.79%
G = 75.88%
B = 0.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#4AEC01 (or 0x4AEC01) is known color: Harlequin. HEX triplet: 4A, EC and 01. RGB value is (74,236,1). Sum of RGB (Red+Green+Blue) = 74+236+1=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 236 (92.58% from 255 or 75.88% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC01 is #B513FE. Grayscale: #A1A1A1. Windows color (decimal): -11867135 or 126026. OLE color: 126026.

HSL color Cylindrical-coordinate representation of color #4AEC01: hue angle of 101.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AEC01 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 1 -
CMYK 0.69 0 1.00 0.07
HSL 101.36º 0.99% 0.46% -
HSV(B) 101.36º 1% 0.93% -
XYZ 32.82 61.45 10.16 -
YUV 160.77 37.83 66.11 -
System Red Green Blue C M Y K H S L
Decimal 74 236 1 0.69 0 1.00 0.07 101.36 0.99 0.46
Hex 4A EC 1 45 0 64 7 65 63 2E
Octal 112 354 1 105 0 144 7 145 143 56
Binary 1001010 11101100 1 1000101 0 1100100 111 1100101 1100011 101110

Color Harmonies of #4AEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC01

Black with #4AEC01

Text Example


Text Example

White with #4AEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,1); }

 H1.HeaderClassName
 {
   color: #4AEC01;
 }
 .AnyTagClassName
 {
   color: #4AEC01;
 }
</style>

background-color css

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

 a { background-color: rgb(74,236,1); }

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

border-color css

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

 span { border-color: rgb(74,236,1); }

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