Html Css Color HEX #3AED06 Harlequin

📋 copy color: '#3AED06'

red 58 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #3AED06

Tints of Harlequin #3AED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 78.74%

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

R = 19.27%
G = 78.74%
B = 1.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#3AED06 (or 0x3AED06) is known color: Harlequin. HEX triplet: 3A, ED and 06. RGB value is (58,237,6). Sum of RGB (Red+Green+Blue) = 58+237+6=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 237 (92.97% from 255 or 78.74% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED06 is #C512F9. Grayscale: #9D9D9D. Windows color (decimal): -12915450 or 453946. OLE color: 453946.

HSL color Cylindrical-coordinate representation of color #3AED06: hue angle of 106.49º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AED06 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 6 -
CMYK 0.76 0 0.97 0.07
HSL 106.49º 0.95% 0.48% -
HSV(B) 106.49º 0.97% 0.93% -
XYZ 32.06 61.48 10.35 -
YUV 157.15 42.7 57.28 -
System Red Green Blue C M Y K H S L
Decimal 58 237 6 0.76 0 0.97 0.07 106.49 0.95 0.48
Hex 3A ED 6 4C 0 61 7 6A 5F 30
Octal 72 355 6 114 0 141 7 152 137 60
Binary 111010 11101101 110 1001100 0 1100001 111 1101010 1011111 110000

Color Harmonies of #3AED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED06

Black with #3AED06

Text Example


Text Example

White with #3AED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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