Html Css Color HEX #4AE614 Harlequin

📋 copy color: '#4AE614'

red 74 ◦ green 230 ◦ blue 20

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

Shades of Harlequin #4AE614

Tints of Harlequin #4AE614

RGB

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

 GREEN value IS 230 (90.23% from 255) = 70.99%

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

R = 22.84%
G = 70.99%
B = 6.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#4AE614 (or 0x4AE614) is known color: Harlequin. HEX triplet: 4A, E6 and 14. RGB value is (74,230,20). Sum of RGB (Red+Green+Blue) = 74+230+20=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 230 (90.23% from 255 or 70.99% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE614 is #B519EB. Grayscale: #A0A0A0. Windows color (decimal): -11868652 or 1369674. OLE color: 1369674.

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

Color convert

RGB 74 230 20 -
CMYK 0.68 0 0.91 0.10
HSL 104.57º 0.84% 0.49% -
HSV(B) 104.57º 0.91% 0.9% -
XYZ 31.25 58.1 10.23 -
YUV 159.42 49.32 67.08 -
System Red Green Blue C M Y K H S L
Decimal 74 230 20 0.68 0 0.91 0.10 104.57 0.84 0.49
Hex 4A E6 14 44 0 5B A 69 54 31
Octal 112 346 24 104 0 133 12 151 124 61
Binary 1001010 11100110 10100 1000100 0 1011011 1010 1101001 1010100 110001

Color Harmonies of #4AE614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE614

Black with #4AE614

Text Example


Text Example

White with #4AE614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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