Html Css Color HEX #4AC26B Emerald

📋 copy color: '#4AC26B'

red 74 ◦ green 194 ◦ blue 107

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

Shades of Emerald #4AC26B

Tints of Emerald #4AC26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 19.73%
G = 51.73%
B = 28.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#4AC26B (or 0x4AC26B) is known color: Emerald. HEX triplet: 4A, C2 and 6B. RGB value is (74,194,107). Sum of RGB (Red+Green+Blue) = 74+194+107=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC26B is #B53D94. Grayscale: #949494. Windows color (decimal): -11877781 or 7062090. OLE color: 7062090.

HSL color Cylindrical-coordinate representation of color #4AC26B: hue angle of 136.5º 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 #4AC26B is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 107 -
CMYK 0.62 0 0.45 0.24
HSL 136.5º 0.5% 0.53% -
HSV(B) 136.5º 0.62% 0.76% -
XYZ 24.77 41.1 20.54 -
YUV 148.2 104.74 75.07 -
System Red Green Blue C M Y K H S L
Decimal 74 194 107 0.62 0 0.45 0.24 136.5 0.5 0.53
Hex 4A C2 6B 3E 0 2D 18 88 32 35
Octal 112 302 153 76 0 55 30 210 62 65
Binary 1001010 11000010 1101011 111110 0 101101 11000 10001000 110010 110101

Color Harmonies of #4AC26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC26B

Black with #4AC26B

Text Example


Text Example

White with #4AC26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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