Html Css Color HEX #3AF082 Emerald

📋 copy color: '#3AF082'

red 58 ◦ green 240 ◦ blue 130

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

Shades of Emerald #3AF082

Tints of Emerald #3AF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.07%

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 13.55%
G = 56.07%
B = 30.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#3AF082 (or 0x3AF082) is known color: Emerald. HEX triplet: 3A, F0 and 82. RGB value is (58,240,130). Sum of RGB (Red+Green+Blue) = 58+240+130=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF082 is #C50F7D. Grayscale: #ADADAD. Windows color (decimal): -12914558 or 8581178. OLE color: 8581178.

HSL color Cylindrical-coordinate representation of color #3AF082: hue angle of 143.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF082 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 130 -
CMYK 0.76 0 0.46 0.06
HSL 143.74º 0.86% 0.58% -
HSV(B) 143.74º 0.76% 0.94% -
XYZ 36.93 64.83 31.69 -
YUV 173.04 103.7 45.94 -
System Red Green Blue C M Y K H S L
Decimal 58 240 130 0.76 0 0.46 0.06 143.74 0.86 0.58
Hex 3A F0 82 4C 0 2E 6 90 56 3A
Octal 72 360 202 114 0 56 6 220 126 72
Binary 111010 11110000 10000010 1001100 0 101110 110 10010000 1010110 111010

Color Harmonies of #3AF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF082

Black with #3AF082

Text Example


Text Example

White with #3AF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,130); }

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

background-color css

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

 a { background-color: rgb(58,240,130); }

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

border-color css

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

 span { border-color: rgb(58,240,130); }

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