Html Css Color HEX #3AF017 Harlequin

📋 copy color: '#3AF017'

red 58 ◦ green 240 ◦ blue 23

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

Shades of Harlequin #3AF017

Tints of Harlequin #3AF017

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.77%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 18.07%
G = 74.77%
B = 7.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#3AF017 (or 0x3AF017) is known color: Harlequin. HEX triplet: 3A, F0 and 17. RGB value is (58,240,23). Sum of RGB (Red+Green+Blue) = 58+240+23=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF017 is #C50FE8. Grayscale: #A1A1A1. Windows color (decimal): -12914665 or 1568826. OLE color: 1568826.

HSL color Cylindrical-coordinate representation of color #3AF017: hue angle of 110.32º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF017 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 23 -
CMYK 0.76 0 0.90 0.06
HSL 110.32º 0.88% 0.52% -
HSV(B) 110.32º 0.9% 0.94% -
XYZ 33.06 63.28 11.28 -
YUV 160.84 50.2 54.64 -
System Red Green Blue C M Y K H S L
Decimal 58 240 23 0.76 0 0.90 0.06 110.32 0.88 0.52
Hex 3A F0 17 4C 0 5A 6 6E 58 34
Octal 72 360 27 114 0 132 6 156 130 64
Binary 111010 11110000 10111 1001100 0 1011010 110 1101110 1011000 110100

Color Harmonies of #3AF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF017

Black with #3AF017

Text Example


Text Example

White with #3AF017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,23); }

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

background-color css

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

 a { background-color: rgb(58,240,23); }

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

border-color css

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

 span { border-color: rgb(58,240,23); }

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