Html Css Color HEX #4AF309 Harlequin

📋 copy color: '#4AF309'

red 74 ◦ green 243 ◦ blue 9

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

Shades of Harlequin #4AF309

Tints of Harlequin #4AF309

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.54%

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 22.7%
G = 74.54%
B = 2.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#4AF309 (or 0x4AF309) is known color: Harlequin. HEX triplet: 4A, F3 and 09. RGB value is (74,243,9). Sum of RGB (Red+Green+Blue) = 74+243+9=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF309 is #B50CF6. Grayscale: #A6A6A6. Windows color (decimal): -11865335 or 652106. OLE color: 652106.

HSL color Cylindrical-coordinate representation of color #4AF309: hue angle of 103.33º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AF309 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 9 -
CMYK 0.70 0 0.96 0.05
HSL 103.33º 0.93% 0.49% -
HSV(B) 103.33º 0.96% 0.95% -
XYZ 34.92 65.58 11.08 -
YUV 165.79 39.51 62.53 -
System Red Green Blue C M Y K H S L
Decimal 74 243 9 0.70 0 0.96 0.05 103.33 0.93 0.49
Hex 4A F3 9 46 0 60 5 67 5D 31
Octal 112 363 11 106 0 140 5 147 135 61
Binary 1001010 11110011 1001 1000110 0 1100000 101 1100111 1011101 110001

Color Harmonies of #4AF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF309

Black with #4AF309

Text Example


Text Example

White with #4AF309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,243,9); }

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

background-color css

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

 a { background-color: rgb(74,243,9); }

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

border-color css

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

 span { border-color: rgb(74,243,9); }

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