Html Css Color HEX #4AEC06 Harlequin

📋 copy color: '#4AEC06'

red 74 ◦ green 236 ◦ blue 6

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

Shades of Harlequin #4AEC06

Tints of Harlequin #4AEC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 23.42%
G = 74.68%
B = 1.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#4AEC06 (or 0x4AEC06) is known color: Harlequin. HEX triplet: 4A, EC and 06. RGB value is (74,236,6). Sum of RGB (Red+Green+Blue) = 74+236+6=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC06 is #B513F9. Grayscale: #A2A2A2. Windows color (decimal): -11867130 or 453706. OLE color: 453706.

HSL color Cylindrical-coordinate representation of color #4AEC06: hue angle of 102.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AEC06 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 6 -
CMYK 0.69 0 0.97 0.07
HSL 102.26º 0.95% 0.47% -
HSV(B) 102.26º 0.97% 0.93% -
XYZ 32.85 61.46 10.3 -
YUV 161.34 40.33 65.7 -
System Red Green Blue C M Y K H S L
Decimal 74 236 6 0.69 0 0.97 0.07 102.26 0.95 0.47
Hex 4A EC 6 45 0 61 7 66 5F 2F
Octal 112 354 6 105 0 141 7 146 137 57
Binary 1001010 11101100 110 1000101 0 1100001 111 1100110 1011111 101111

Color Harmonies of #4AEC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC06

Black with #4AEC06

Text Example


Text Example

White with #4AEC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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