Html Css Color HEX #4AF026 Harlequin

📋 copy color: '#4AF026'

red 74 ◦ green 240 ◦ blue 38

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

Shades of Harlequin #4AF026

Tints of Harlequin #4AF026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 21.02%
G = 68.18%
B = 10.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#4AF026 (or 0x4AF026) is known color: Harlequin. HEX triplet: 4A, F0 and 26. RGB value is (74,240,38). Sum of RGB (Red+Green+Blue) = 74+240+38=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF026 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF026 is #B50FD9. Grayscale: #A7A7A7. Windows color (decimal): -11866074 or 2551882. OLE color: 2551882.

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

Color convert

RGB 74 240 38 -
CMYK 0.69 0 0.84 0.06
HSL 109.31º 0.87% 0.55% -
HSV(B) 109.31º 0.84% 0.94% -
XYZ 34.33 63.92 12.36 -
YUV 167.34 55 61.43 -
System Red Green Blue C M Y K H S L
Decimal 74 240 38 0.69 0 0.84 0.06 109.31 0.87 0.55
Hex 4A F0 26 45 0 54 6 6D 57 37
Octal 112 360 46 105 0 124 6 155 127 67
Binary 1001010 11110000 100110 1000101 0 1010100 110 1101101 1010111 110111

Color Harmonies of #4AF026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF026

Black with #4AF026

Text Example


Text Example

White with #4AF026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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