Html Css Color HEX #3AF216 Harlequin

📋 copy color: '#3AF216'

red 58 ◦ green 242 ◦ blue 22

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

Shades of Harlequin #3AF216

Tints of Harlequin #3AF216

RGB

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

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

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

R = 18.01%
G = 75.16%
B = 6.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#3AF216 (or 0x3AF216) is known color: Harlequin. HEX triplet: 3A, F2 and 16. RGB value is (58,242,22). Sum of RGB (Red+Green+Blue) = 58+242+22=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF216 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF216 is #C50DE9. Grayscale: #A2A2A2. Windows color (decimal): -12914154 or 1503802. OLE color: 1503802.

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

Color convert

RGB 58 242 22 -
CMYK 0.76 0 0.91 0.05
HSL 110.18º 0.89% 0.52% -
HSV(B) 110.18º 0.91% 0.95% -
XYZ 33.64 64.46 11.43 -
YUV 161.9 49.04 53.89 -
System Red Green Blue C M Y K H S L
Decimal 58 242 22 0.76 0 0.91 0.05 110.18 0.89 0.52
Hex 3A F2 16 4C 0 5B 5 6E 59 34
Octal 72 362 26 114 0 133 5 156 131 64
Binary 111010 11110010 10110 1001100 0 1011011 101 1101110 1011001 110100

Color Harmonies of #3AF216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF216

Black with #3AF216

Text Example


Text Example

White with #3AF216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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