Html Css Color HEX #4AC07B Emerald

📋 copy color: '#4AC07B'

red 74 ◦ green 192 ◦ blue 123

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

Shades of Emerald #4AC07B

Tints of Emerald #4AC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 19.02%
G = 49.36%
B = 31.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#4AC07B (or 0x4AC07B) is known color: Emerald. HEX triplet: 4A, C0 and 7B. RGB value is (74,192,123). Sum of RGB (Red+Green+Blue) = 74+192+123=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC07B is #B53F84. Grayscale: #959595. Windows color (decimal): -11878277 or 8110154. OLE color: 8110154.

HSL color Cylindrical-coordinate representation of color #4AC07B: hue angle of 144.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC07B is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 123 -
CMYK 0.61 0 0.36 0.25
HSL 144.92º 0.48% 0.52% -
HSV(B) 144.92º 0.61% 0.75% -
XYZ 25.25 40.59 25.24 -
YUV 148.85 113.41 74.61 -
System Red Green Blue C M Y K H S L
Decimal 74 192 123 0.61 0 0.36 0.25 144.92 0.48 0.52
Hex 4A C0 7B 3D 0 24 19 91 30 34
Octal 112 300 173 75 0 44 31 221 60 64
Binary 1001010 11000000 1111011 111101 0 100100 11001 10010001 110000 110100

Color Harmonies of #4AC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC07B

Black with #4AC07B

Text Example


Text Example

White with #4AC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,123); }

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

background-color css

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

 a { background-color: rgb(74,192,123); }

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

border-color css

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

 span { border-color: rgb(74,192,123); }

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