Html Css Color HEX #4ACD69 Emerald

📋 copy color: '#4ACD69'

red 74 ◦ green 205 ◦ blue 105

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

Shades of Emerald #4ACD69

Tints of Emerald #4ACD69

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.39%

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

R = 19.27%
G = 53.39%
B = 27.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#4ACD69 (or 0x4ACD69) is known color: Emerald. HEX triplet: 4A, CD and 69. RGB value is (74,205,105). Sum of RGB (Red+Green+Blue) = 74+205+105=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD69 is #B53296. Grayscale: #9A9A9A. Windows color (decimal): -11874967 or 6933834. OLE color: 6933834.

HSL color Cylindrical-coordinate representation of color #4ACD69: hue angle of 134.2º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD69 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 105 -
CMYK 0.64 0 0.49 0.20
HSL 134.2º 0.57% 0.55% -
HSV(B) 134.2º 0.64% 0.8% -
XYZ 27.21 46.14 20.84 -
YUV 154.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 74 205 105 0.64 0 0.49 0.20 134.2 0.57 0.55
Hex 4A CD 69 40 0 31 14 86 39 37
Octal 112 315 151 100 0 61 24 206 71 67
Binary 1001010 11001101 1101001 1000000 0 110001 10100 10000110 111001 110111

Color Harmonies of #4ACD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD69

Black with #4ACD69

Text Example


Text Example

White with #4ACD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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