Html Css Color HEX #4AEE14 Harlequin

📋 copy color: '#4AEE14'

red 74 ◦ green 238 ◦ blue 20

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

Shades of Harlequin #4AEE14

Tints of Harlequin #4AEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 71.69%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 22.29%
G = 71.69%
B = 6.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#4AEE14 (or 0x4AEE14) is known color: Harlequin. HEX triplet: 4A, EE and 14. RGB value is (74,238,20). Sum of RGB (Red+Green+Blue) = 74+238+20=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 238 (93.36% from 255 or 71.69% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEE14 is #B511EB. Grayscale: #A4A4A4. Windows color (decimal): -11866604 or 1371722. OLE color: 1371722.

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

Color convert

RGB 74 238 20 -
CMYK 0.69 0 0.92 0.07
HSL 105.14º 0.87% 0.51% -
HSV(B) 105.14º 0.92% 0.93% -
XYZ 33.52 62.66 10.99 -
YUV 164.11 46.67 63.73 -
System Red Green Blue C M Y K H S L
Decimal 74 238 20 0.69 0 0.92 0.07 105.14 0.87 0.51
Hex 4A EE 14 45 0 5C 7 69 57 33
Octal 112 356 24 105 0 134 7 151 127 63
Binary 1001010 11101110 10100 1000101 0 1011100 111 1101001 1010111 110011

Color Harmonies of #4AEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEE14

Black with #4AEE14

Text Example


Text Example

White with #4AEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,20); }

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

background-color css

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

 a { background-color: rgb(74,238,20); }

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

border-color css

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

 span { border-color: rgb(74,238,20); }

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