Html Css Color HEX #4AC069 Emerald

📋 copy color: '#4AC069'

red 74 ◦ green 192 ◦ blue 105

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

Shades of Emerald #4AC069

Tints of Emerald #4AC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 19.95%
G = 51.75%
B = 28.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#4AC069 (or 0x4AC069) is known color: Emerald. HEX triplet: 4A, C0 and 69. RGB value is (74,192,105). Sum of RGB (Red+Green+Blue) = 74+192+105=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC069 is #B53F96. Grayscale: #939393. Windows color (decimal): -11878295 or 6930506. OLE color: 6930506.

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

Color convert

RGB 74 192 105 -
CMYK 0.61 0 0.45 0.25
HSL 135.76º 0.48% 0.52% -
HSV(B) 135.76º 0.61% 0.75% -
XYZ 24.22 40.18 19.84 -
YUV 146.8 104.41 76.07 -
System Red Green Blue C M Y K H S L
Decimal 74 192 105 0.61 0 0.45 0.25 135.76 0.48 0.52
Hex 4A C0 69 3D 0 2D 19 88 30 34
Octal 112 300 151 75 0 55 31 210 60 64
Binary 1001010 11000000 1101001 111101 0 101101 11001 10001000 110000 110100

Color Harmonies of #4AC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC069

Black with #4AC069

Text Example


Text Example

White with #4AC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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