Html Css Color HEX #4AE50A Harlequin

📋 copy color: '#4AE50A'

red 74 ◦ green 229 ◦ blue 10

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

Shades of Harlequin #4AE50A

Tints of Harlequin #4AE50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 23.64%
G = 73.16%
B = 3.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#4AE50A (or 0x4AE50A) is known color: Harlequin. HEX triplet: 4A, E5 and 0A. RGB value is (74,229,10). Sum of RGB (Red+Green+Blue) = 74+229+10=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE50A is #B51AF5. Grayscale: #9E9E9E. Windows color (decimal): -11868918 or 714058. OLE color: 714058.

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

Color convert

RGB 74 229 10 -
CMYK 0.68 0 0.96 0.10
HSL 102.47º 0.92% 0.47% -
HSV(B) 102.47º 0.96% 0.9% -
XYZ 30.9 57.52 9.76 -
YUV 157.69 44.65 68.31 -
System Red Green Blue C M Y K H S L
Decimal 74 229 10 0.68 0 0.96 0.10 102.47 0.92 0.47
Hex 4A E5 A 44 0 60 A 66 5C 2F
Octal 112 345 12 104 0 140 12 146 134 57
Binary 1001010 11100101 1010 1000100 0 1100000 1010 1100110 1011100 101111

Color Harmonies of #4AE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE50A

Black with #4AE50A

Text Example


Text Example

White with #4AE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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