Html Css Color HEX #3AFC09 Harlequin

📋 copy color: '#3AFC09'

red 58 ◦ green 252 ◦ blue 9

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

Shades of Harlequin #3AFC09

Tints of Harlequin #3AFC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 79%

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

R = 18.18%
G = 79%
B = 2.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#3AFC09 (or 0x3AFC09) is known color: Harlequin. HEX triplet: 3A, FC and 09. RGB value is (58,252,9). Sum of RGB (Red+Green+Blue) = 58+252+9=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC09 is #C503F6. Grayscale: #A7A7A7. Windows color (decimal): -12911607 or 654394. OLE color: 654394.

HSL color Cylindrical-coordinate representation of color #3AFC09: hue angle of 107.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AFC09 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 9 -
CMYK 0.77 0 0.96 0.01
HSL 107.9º 0.98% 0.51% -
HSV(B) 107.9º 0.96% 0.99% -
XYZ 36.6 70.54 11.94 -
YUV 166.29 39.23 50.76 -
System Red Green Blue C M Y K H S L
Decimal 58 252 9 0.77 0 0.96 0.01 107.9 0.98 0.51
Hex 3A FC 9 4D 0 60 1 6C 62 33
Octal 72 374 11 115 0 140 1 154 142 63
Binary 111010 11111100 1001 1001101 0 1100000 1 1101100 1100010 110011

Color Harmonies of #3AFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC09

Black with #3AFC09

Text Example


Text Example

White with #3AFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,9); }

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

background-color css

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

 a { background-color: rgb(58,252,9); }

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

border-color css

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

 span { border-color: rgb(58,252,9); }

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