Html Css Color HEX #3AF416 Harlequin

📋 copy color: '#3AF416'

red 58 ◦ green 244 ◦ blue 22

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

Shades of Harlequin #3AF416

Tints of Harlequin #3AF416

RGB

 RED value IS 58 (23.05% from 255) = 17.9%

 GREEN value IS 244 (95.7% from 255) = 75.31%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 17.9%
G = 75.31%
B = 6.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#3AF416 (or 0x3AF416) is known color: Harlequin. HEX triplet: 3A, F4 and 16. RGB value is (58,244,22). Sum of RGB (Red+Green+Blue) = 58+244+22=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 244 (95.70% from 255 or 75.31% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF416 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF416 is #C50BE9. Grayscale: #A3A3A3. Windows color (decimal): -12913642 or 1504314. OLE color: 1504314.

HSL color Cylindrical-coordinate representation of color #3AF416: hue angle of 110.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AF416 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 244 22 -
CMYK 0.76 0 0.91 0.04
HSL 110.27º 0.91% 0.52% -
HSV(B) 110.27º 0.91% 0.96% -
XYZ 34.24 65.66 11.63 -
YUV 163.08 48.38 53.05 -
System Red Green Blue C M Y K H S L
Decimal 58 244 22 0.76 0 0.91 0.04 110.27 0.91 0.52
Hex 3A F4 16 4C 0 5B 4 6E 5B 34
Octal 72 364 26 114 0 133 4 156 133 64
Binary 111010 11110100 10110 1001100 0 1011011 100 1101110 1011011 110100

Color Harmonies of #3AF416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF416

Black with #3AF416

Text Example


Text Example

White with #3AF416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AF416; }

 p { color: rgb(58,244,22); }

 H1.HeaderClassName
 {
   color: #3AF416;
 }
 .AnyTagClassName
 {
   color: #3AF416;
 }
</style>

background-color css

<style>
 a { background-color: #3AF416; }

 a { background-color: rgb(58,244,22); }

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

border-color css

<style>
 span { border-color: #3AF416; }

 span { border-color: rgb(58,244,22); }

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