Html Css Color HEX #3AD906 Harlequin

📋 copy color: '#3AD906'

red 58 ◦ green 217 ◦ blue 6

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

Shades of Harlequin #3AD906

Tints of Harlequin #3AD906

RGB

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

 GREEN value IS 217 (85.16% from 255) = 77.22%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 20.64%
G = 77.22%
B = 2.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#3AD906 (or 0x3AD906) is known color: Harlequin. HEX triplet: 3A, D9 and 06. RGB value is (58,217,6). Sum of RGB (Red+Green+Blue) = 58+217+6=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD906 is #C526F9. Grayscale: #929292. Windows color (decimal): -12920570 or 448826. OLE color: 448826.

HSL color Cylindrical-coordinate representation of color #3AD906: hue angle of 105.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AD906 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 6 -
CMYK 0.73 0 0.97 0.15
HSL 105.21º 0.95% 0.44% -
HSV(B) 105.21º 0.97% 0.85% -
XYZ 26.59 50.54 8.53 -
YUV 145.41 49.32 65.66 -
System Red Green Blue C M Y K H S L
Decimal 58 217 6 0.73 0 0.97 0.15 105.21 0.95 0.44
Hex 3A D9 6 49 0 61 F 69 5F 2C
Octal 72 331 6 111 0 141 17 151 137 54
Binary 111010 11011001 110 1001001 0 1100001 1111 1101001 1011111 101100

Color Harmonies of #3AD906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD906

Black with #3AD906

Text Example


Text Example

White with #3AD906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,6); }

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

background-color css

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

 a { background-color: rgb(58,217,6); }

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

border-color css

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

 span { border-color: rgb(58,217,6); }

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