Html Css Color HEX #4AFE12 Harlequin

📋 copy color: '#4AFE12'

red 74 ◦ green 254 ◦ blue 18

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

Shades of Harlequin #4AFE12

Tints of Harlequin #4AFE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 73.41%

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

R = 21.39%
G = 73.41%
B = 5.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#4AFE12 (or 0x4AFE12) is known color: Harlequin. HEX triplet: 4A, FE and 12. RGB value is (74,254,18). Sum of RGB (Red+Green+Blue) = 74+254+18=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFE12 is #B501ED. Grayscale: #AEAEAE. Windows color (decimal): -11862510 or 1244746. OLE color: 1244746.

HSL color Cylindrical-coordinate representation of color #4AFE12: hue angle of 105.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AFE12 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 18 -
CMYK 0.71 0 0.93 0.00
HSL 105.76º 0.99% 0.53% -
HSV(B) 105.76º 0.93% 1% -
XYZ 38.38 72.38 12.52 -
YUV 173.28 40.37 57.19 -
System Red Green Blue C M Y K H S L
Decimal 74 254 18 0.71 0 0.93 0.00 105.76 0.99 0.53
Hex 4A FE 12 47 0 5D 0 6A 63 35
Octal 112 376 22 107 0 135 0 152 143 65
Binary 1001010 11111110 10010 1000111 0 1011101 0 1101010 1100011 110101

Color Harmonies of #4AFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFE12

Black with #4AFE12

Text Example


Text Example

White with #4AFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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