Html Css Color HEX #3AF812 Harlequin

📋 copy color: '#3AF812'

red 58 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #3AF812

Tints of Harlequin #3AF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.54%

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

R = 17.9%
G = 76.54%
B = 5.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#3AF812 (or 0x3AF812) is known color: Harlequin. HEX triplet: 3A, F8 and 12. RGB value is (58,248,18). Sum of RGB (Red+Green+Blue) = 58+248+18=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF812 is #C507ED. Grayscale: #A5A5A5. Windows color (decimal): -12912622 or 1243194. OLE color: 1243194.

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

Color convert

RGB 58 248 18 -
CMYK 0.77 0 0.93 0.03
HSL 109.57º 0.94% 0.52% -
HSV(B) 109.57º 0.93% 0.97% -
XYZ 35.42 68.08 11.85 -
YUV 164.97 45.05 51.7 -
System Red Green Blue C M Y K H S L
Decimal 58 248 18 0.77 0 0.93 0.03 109.57 0.94 0.52
Hex 3A F8 12 4D 0 5D 3 6E 5E 34
Octal 72 370 22 115 0 135 3 156 136 64
Binary 111010 11111000 10010 1001101 0 1011101 11 1101110 1011110 110100

Color Harmonies of #3AF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF812

Black with #3AF812

Text Example


Text Example

White with #3AF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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