Html Css Color HEX #4AF226 Harlequin

📋 copy color: '#4AF226'

red 74 ◦ green 242 ◦ blue 38

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

Shades of Harlequin #4AF226

Tints of Harlequin #4AF226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.36%

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

R = 20.9%
G = 68.36%
B = 10.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4AF226 (or 0x4AF226) is known color: Harlequin. HEX triplet: 4A, F2 and 26. RGB value is (74,242,38). Sum of RGB (Red+Green+Blue) = 74+242+38=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF226 is #B50DD9. Grayscale: #A9A9A9. Windows color (decimal): -11865562 or 2552394. OLE color: 2552394.

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

Color convert

RGB 74 242 38 -
CMYK 0.69 0 0.84 0.05
HSL 109.41º 0.89% 0.55% -
HSV(B) 109.41º 0.84% 0.95% -
XYZ 34.93 65.1 12.56 -
YUV 168.51 54.34 60.59 -
System Red Green Blue C M Y K H S L
Decimal 74 242 38 0.69 0 0.84 0.05 109.41 0.89 0.55
Hex 4A F2 26 45 0 54 5 6D 59 37
Octal 112 362 46 105 0 124 5 155 131 67
Binary 1001010 11110010 100110 1000101 0 1010100 101 1101101 1011001 110111

Color Harmonies of #4AF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF226

Black with #4AF226

Text Example


Text Example

White with #4AF226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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