Html Css Color HEX #4AE812 Harlequin

📋 copy color: '#4AE812'

red 74 ◦ green 232 ◦ blue 18

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

Shades of Harlequin #4AE812

Tints of Harlequin #4AE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 71.6%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 22.84%
G = 71.6%
B = 5.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#4AE812 (or 0x4AE812) is known color: Harlequin. HEX triplet: 4A, E8 and 12. RGB value is (74,232,18). Sum of RGB (Red+Green+Blue) = 74+232+18=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 232 (91.02% from 255 or 71.60% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE812 is #B517ED. Grayscale: #A1A1A1. Windows color (decimal): -11868142 or 1239114. OLE color: 1239114.

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

Color convert

RGB 74 232 18 -
CMYK 0.68 0 0.92 0.09
HSL 104.3º 0.86% 0.49% -
HSV(B) 104.3º 0.92% 0.91% -
XYZ 31.79 59.21 10.33 -
YUV 160.36 47.65 66.4 -
System Red Green Blue C M Y K H S L
Decimal 74 232 18 0.68 0 0.92 0.09 104.3 0.86 0.49
Hex 4A E8 12 44 0 5C 9 68 56 31
Octal 112 350 22 104 0 134 11 150 126 61
Binary 1001010 11101000 10010 1000100 0 1011100 1001 1101000 1010110 110001

Color Harmonies of #4AE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE812

Black with #4AE812

Text Example


Text Example

White with #4AE812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,232,18); }

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

background-color css

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

 a { background-color: rgb(74,232,18); }

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

border-color css

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

 span { border-color: rgb(74,232,18); }

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