Html Css Color HEX #4AFA0C Harlequin

📋 copy color: '#4AFA0C'

red 74 ◦ green 250 ◦ blue 12

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

Shades of Harlequin #4AFA0C

Tints of Harlequin #4AFA0C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 22.02%
G = 74.4%
B = 3.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#4AFA0C (or 0x4AFA0C) is known color: Harlequin. HEX triplet: 4A, FA and 0C. RGB value is (74,250,12). Sum of RGB (Red+Green+Blue) = 74+250+12=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFA0C is #B505F3. Grayscale: #ABABAB. Windows color (decimal): -11863540 or 850506. OLE color: 850506.

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

Color convert

RGB 74 250 12 -
CMYK 0.70 0 0.95 0.02
HSL 104.37º 0.96% 0.51% -
HSV(B) 104.37º 0.95% 0.98% -
XYZ 37.08 69.85 11.88 -
YUV 170.24 38.69 59.35 -
System Red Green Blue C M Y K H S L
Decimal 74 250 12 0.70 0 0.95 0.02 104.37 0.96 0.51
Hex 4A FA C 46 0 5F 2 68 60 33
Octal 112 372 14 106 0 137 2 150 140 63
Binary 1001010 11111010 1100 1000110 0 1011111 10 1101000 1100000 110011

Color Harmonies of #4AFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA0C

Black with #4AFA0C

Text Example


Text Example

White with #4AFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,250,12); }

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

background-color css

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

 a { background-color: rgb(74,250,12); }

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

border-color css

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

 span { border-color: rgb(74,250,12); }

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