Html Css Color HEX #3AF912 Harlequin

📋 copy color: '#3AF912'

red 58 ◦ green 249 ◦ blue 18

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

Shades of Harlequin #3AF912

Tints of Harlequin #3AF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.62%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 17.85%
G = 76.62%
B = 5.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#3AF912 (or 0x3AF912) is known color: Harlequin. HEX triplet: 3A, F9 and 12. RGB value is (58,249,18). Sum of RGB (Red+Green+Blue) = 58+249+18=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 249 (97.66% from 255 or 76.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF912 is #C506ED. Grayscale: #A6A6A6. Windows color (decimal): -12912366 or 1243450. OLE color: 1243450.

HSL color Cylindrical-coordinate representation of color #3AF912: hue angle of 109.61º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF912 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 18 -
CMYK 0.77 0 0.93 0.02
HSL 109.61º 0.95% 0.52% -
HSV(B) 109.61º 0.93% 0.98% -
XYZ 35.73 68.69 11.95 -
YUV 165.56 44.72 51.28 -
System Red Green Blue C M Y K H S L
Decimal 58 249 18 0.77 0 0.93 0.02 109.61 0.95 0.52
Hex 3A F9 12 4D 0 5D 2 6E 5F 34
Octal 72 371 22 115 0 135 2 156 137 64
Binary 111010 11111001 10010 1001101 0 1011101 10 1101110 1011111 110100

Color Harmonies of #3AF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF912

Black with #3AF912

Text Example


Text Example

White with #3AF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,18); }

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

background-color css

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

 a { background-color: rgb(58,249,18); }

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

border-color css

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

 span { border-color: rgb(58,249,18); }

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