Html Css Color HEX #4AC260 Emerald

📋 copy color: '#4AC260'

red 74 ◦ green 194 ◦ blue 96

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

Shades of Emerald #4AC260

Tints of Emerald #4AC260

RGB

 RED value IS 74 (29.3% from 255) = 20.33%

 GREEN value IS 194 (76.17% from 255) = 53.3%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 20.33%
G = 53.3%
B = 26.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#4AC260 (or 0x4AC260) is known color: Emerald. HEX triplet: 4A, C2 and 60. RGB value is (74,194,96). Sum of RGB (Red+Green+Blue) = 74+194+96=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC260 is #B53D9F. Grayscale: #939393. Windows color (decimal): -11877792 or 6341194. OLE color: 6341194.

HSL color Cylindrical-coordinate representation of color #4AC260: hue angle of 131º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC260 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 96 -
CMYK 0.62 0 0.51 0.24
HSL 131º 0.5% 0.53% -
HSV(B) 131º 0.62% 0.76% -
XYZ 24.23 40.88 17.68 -
YUV 146.95 99.24 75.97 -
System Red Green Blue C M Y K H S L
Decimal 74 194 96 0.62 0 0.51 0.24 131 0.5 0.53
Hex 4A C2 60 3E 0 33 18 83 32 35
Octal 112 302 140 76 0 63 30 203 62 65
Binary 1001010 11000010 1100000 111110 0 110011 11000 10000011 110010 110101

Color Harmonies of #4AC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC260

Black with #4AC260

Text Example


Text Example

White with #4AC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AC260; }

 p { color: rgb(74,194,96); }

 H1.HeaderClassName
 {
   color: #4AC260;
 }
 .AnyTagClassName
 {
   color: #4AC260;
 }
</style>

background-color css

<style>
 a { background-color: #4AC260; }

 a { background-color: rgb(74,194,96); }

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

border-color css

<style>
 span { border-color: #4AC260; }

 span { border-color: rgb(74,194,96); }

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