Html Css Color HEX #4AF01A Harlequin

📋 copy color: '#4AF01A'

red 74 ◦ green 240 ◦ blue 26

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

Shades of Harlequin #4AF01A

Tints of Harlequin #4AF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.59%

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 21.76%
G = 70.59%
B = 7.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#4AF01A (or 0x4AF01A) is known color: Harlequin. HEX triplet: 4A, F0 and 1A. RGB value is (74,240,26). Sum of RGB (Red+Green+Blue) = 74+240+26=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF01A is #B50FE5. Grayscale: #A6A6A6. Windows color (decimal): -11866086 or 1765450. OLE color: 1765450.

HSL color Cylindrical-coordinate representation of color #4AF01A: hue angle of 106.54º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AF01A is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 26 -
CMYK 0.69 0 0.89 0.06
HSL 106.54º 0.88% 0.52% -
HSV(B) 106.54º 0.89% 0.94% -
XYZ 34.17 63.85 11.5 -
YUV 165.97 49 62.4 -
System Red Green Blue C M Y K H S L
Decimal 74 240 26 0.69 0 0.89 0.06 106.54 0.88 0.52
Hex 4A F0 1A 45 0 59 6 6B 58 34
Octal 112 360 32 105 0 131 6 153 130 64
Binary 1001010 11110000 11010 1000101 0 1011001 110 1101011 1011000 110100

Color Harmonies of #4AF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF01A

Black with #4AF01A

Text Example


Text Example

White with #4AF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,26); }

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

background-color css

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

 a { background-color: rgb(74,240,26); }

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

border-color css

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

 span { border-color: rgb(74,240,26); }

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