Html Css Color HEX #3AEE10 Harlequin

📋 copy color: '#3AEE10'

red 58 ◦ green 238 ◦ blue 16

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

Shades of Harlequin #3AEE10

Tints of Harlequin #3AEE10

RGB

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

 GREEN value IS 238 (93.36% from 255) = 76.28%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 18.59%
G = 76.28%
B = 5.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#3AEE10 (or 0x3AEE10) is known color: Harlequin. HEX triplet: 3A, EE and 10. RGB value is (58,238,16). Sum of RGB (Red+Green+Blue) = 58+238+16=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 238 (93.36% from 255 or 76.28% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE10 is #C511EF. Grayscale: #9F9F9F. Windows color (decimal): -12915184 or 1109562. OLE color: 1109562.

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

Color convert

RGB 58 238 16 -
CMYK 0.76 0 0.93 0.07
HSL 108.65º 0.87% 0.5% -
HSV(B) 108.65º 0.93% 0.93% -
XYZ 32.41 62.09 10.77 -
YUV 158.87 47.37 56.05 -
System Red Green Blue C M Y K H S L
Decimal 58 238 16 0.76 0 0.93 0.07 108.65 0.87 0.5
Hex 3A EE 10 4C 0 5D 7 6D 57 32
Octal 72 356 20 114 0 135 7 155 127 62
Binary 111010 11101110 10000 1001100 0 1011101 111 1101101 1010111 110010

Color Harmonies of #3AEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEE10

Black with #3AEE10

Text Example


Text Example

White with #3AEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,16); }

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

background-color css

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

 a { background-color: rgb(58,238,16); }

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

border-color css

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

 span { border-color: rgb(58,238,16); }

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