Html Css Color HEX #4ACF8A Emerald

📋 copy color: '#4ACF8A'

red 74 ◦ green 207 ◦ blue 138

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

Shades of Emerald #4ACF8A

Tints of Emerald #4ACF8A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 17.66%
G = 49.4%
B = 32.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#4ACF8A (or 0x4ACF8A) is known color: Emerald. HEX triplet: 4A, CF and 8A. RGB value is (74,207,138). Sum of RGB (Red+Green+Blue) = 74+207+138=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACF8A is #B53075. Grayscale: #9F9F9F. Windows color (decimal): -11874422 or 9097034. OLE color: 9097034.

HSL color Cylindrical-coordinate representation of color #4ACF8A: hue angle of 148.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACF8A is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 138 -
CMYK 0.64 0 0.33 0.19
HSL 148.87º 0.58% 0.55% -
HSV(B) 148.87º 0.64% 0.81% -
XYZ 29.72 47.92 31.73 -
YUV 159.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 74 207 138 0.64 0 0.33 0.19 148.87 0.58 0.55
Hex 4A CF 8A 40 0 21 13 95 3A 37
Octal 112 317 212 100 0 41 23 225 72 67
Binary 1001010 11001111 10001010 1000000 0 100001 10011 10010101 111010 110111

Color Harmonies of #4ACF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF8A

Black with #4ACF8A

Text Example


Text Example

White with #4ACF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,138); }

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

background-color css

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

 a { background-color: rgb(74,207,138); }

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

border-color css

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

 span { border-color: rgb(74,207,138); }

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