Html Css Color HEX #4AC364 Emerald

📋 copy color: '#4AC364'

red 74 ◦ green 195 ◦ blue 100

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

Shades of Emerald #4AC364

Tints of Emerald #4AC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.85%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 20.05%
G = 52.85%
B = 27.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#4AC364 (or 0x4AC364) is known color: Emerald. HEX triplet: 4A, C3 and 64. RGB value is (74,195,100). Sum of RGB (Red+Green+Blue) = 74+195+100=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC364 is #B53C9B. Grayscale: #949494. Windows color (decimal): -11877532 or 6603594. OLE color: 6603594.

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

Color convert

RGB 74 195 100 -
CMYK 0.62 0 0.49 0.24
HSL 132.89º 0.5% 0.53% -
HSV(B) 132.89º 0.62% 0.76% -
XYZ 24.64 41.41 18.75 -
YUV 147.99 100.91 75.22 -
System Red Green Blue C M Y K H S L
Decimal 74 195 100 0.62 0 0.49 0.24 132.89 0.5 0.53
Hex 4A C3 64 3E 0 31 18 85 32 35
Octal 112 303 144 76 0 61 30 205 62 65
Binary 1001010 11000011 1100100 111110 0 110001 11000 10000101 110010 110101

Color Harmonies of #4AC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC364

Black with #4AC364

Text Example


Text Example

White with #4AC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,195,100); }

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

background-color css

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

 a { background-color: rgb(74,195,100); }

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

border-color css

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

 span { border-color: rgb(74,195,100); }

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