Html Css Color HEX #4AE512 Harlequin

📋 copy color: '#4AE512'

red 74 ◦ green 229 ◦ blue 18

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

Shades of Harlequin #4AE512

Tints of Harlequin #4AE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.34%

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

R = 23.05%
G = 71.34%
B = 5.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#4AE512 (or 0x4AE512) is known color: Harlequin. HEX triplet: 4A, E5 and 12. RGB value is (74,229,18). Sum of RGB (Red+Green+Blue) = 74+229+18=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE512 is #B51AED. Grayscale: #9F9F9F. Windows color (decimal): -11868910 or 1238346. OLE color: 1238346.

HSL color Cylindrical-coordinate representation of color #4AE512: hue angle of 104.08º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AE512 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 229 18 -
CMYK 0.68 0 0.92 0.10
HSL 104.08º 0.85% 0.48% -
HSV(B) 104.08º 0.92% 0.9% -
XYZ 30.95 57.54 10.05 -
YUV 158.6 48.65 67.66 -
System Red Green Blue C M Y K H S L
Decimal 74 229 18 0.68 0 0.92 0.10 104.08 0.85 0.48
Hex 4A E5 12 44 0 5C A 68 55 30
Octal 112 345 22 104 0 134 12 150 125 60
Binary 1001010 11100101 10010 1000100 0 1011100 1010 1101000 1010101 110000

Color Harmonies of #4AE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE512

Black with #4AE512

Text Example


Text Example

White with #4AE512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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