Html Css Color HEX #4AF91A Harlequin

📋 copy color: '#4AF91A'

red 74 ◦ green 249 ◦ blue 26

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

Shades of Harlequin #4AF91A

Tints of Harlequin #4AF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.35%

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

R = 21.2%
G = 71.35%
B = 7.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#4AF91A (or 0x4AF91A) is known color: Harlequin. HEX triplet: 4A, F9 and 1A. RGB value is (74,249,26). Sum of RGB (Red+Green+Blue) = 74+249+26=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91A is #B506E5. Grayscale: #ABABAB. Windows color (decimal): -11863782 or 1767754. OLE color: 1767754.

HSL color Cylindrical-coordinate representation of color #4AF91A: hue angle of 107.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF91A is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 26 -
CMYK 0.70 0 0.90 0.02
HSL 107.09º 0.95% 0.54% -
HSV(B) 107.09º 0.9% 0.98% -
XYZ 36.89 69.28 12.41 -
YUV 171.25 46.02 58.63 -
System Red Green Blue C M Y K H S L
Decimal 74 249 26 0.70 0 0.90 0.02 107.09 0.95 0.54
Hex 4A F9 1A 46 0 5A 2 6B 5F 36
Octal 112 371 32 106 0 132 2 153 137 66
Binary 1001010 11111001 11010 1000110 0 1011010 10 1101011 1011111 110110

Color Harmonies of #4AF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF91A

Black with #4AF91A

Text Example


Text Example

White with #4AF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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