Html Css Color HEX #3AF281 Emerald

📋 copy color: '#3AF281'

red 58 ◦ green 242 ◦ blue 129

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

Shades of Emerald #3AF281

Tints of Emerald #3AF281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.41%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 13.52%
G = 56.41%
B = 30.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#3AF281 (or 0x3AF281) is known color: Emerald. HEX triplet: 3A, F2 and 81. RGB value is (58,242,129). Sum of RGB (Red+Green+Blue) = 58+242+129=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF281 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF281 is #C50D7E. Grayscale: #AEAEAE. Windows color (decimal): -12914047 or 8516154. OLE color: 8516154.

HSL color Cylindrical-coordinate representation of color #3AF281: hue angle of 143.15º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF281 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 129 -
CMYK 0.76 0 0.47 0.05
HSL 143.15º 0.88% 0.59% -
HSV(B) 143.15º 0.76% 0.95% -
XYZ 37.46 65.99 31.53 -
YUV 174.1 102.54 45.19 -
System Red Green Blue C M Y K H S L
Decimal 58 242 129 0.76 0 0.47 0.05 143.15 0.88 0.59
Hex 3A F2 81 4C 0 2F 5 8F 58 3B
Octal 72 362 201 114 0 57 5 217 130 73
Binary 111010 11110010 10000001 1001100 0 101111 101 10001111 1011000 111011

Color Harmonies of #3AF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF281

Black with #3AF281

Text Example


Text Example

White with #3AF281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,129); }

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

background-color css

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

 a { background-color: rgb(58,242,129); }

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

border-color css

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

 span { border-color: rgb(58,242,129); }

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