Html Css Color HEX #4ACEA0 Shamrock

📋 copy color: '#4ACEA0'

red 74 ◦ green 206 ◦ blue 160

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

Shades of Shamrock #4ACEA0

Tints of Shamrock #4ACEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.82%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 16.82%
G = 46.82%
B = 36.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#4ACEA0 (or 0x4ACEA0) is known color: Shamrock. HEX triplet: 4A, CE and A0. RGB value is (74,206,160). Sum of RGB (Red+Green+Blue) = 74+206+160=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEA0 is #B5315F. Grayscale: #A1A1A1. Windows color (decimal): -11874656 or 10538570. OLE color: 10538570.

HSL color Cylindrical-coordinate representation of color #4ACEA0: hue angle of 159.09º degrees, saturation: 0.57, 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 #4ACEA0 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 160 -
CMYK 0.64 0 0.22 0.19
HSL 159.09º 0.57% 0.55% -
HSV(B) 159.09º 0.64% 0.81% -
XYZ 31.24 48.14 40.9 -
YUV 161.29 127.27 65.74 -
System Red Green Blue C M Y K H S L
Decimal 74 206 160 0.64 0 0.22 0.19 159.09 0.57 0.55
Hex 4A CE A0 40 0 16 13 9F 39 37
Octal 112 316 240 100 0 26 23 237 71 67
Binary 1001010 11001110 10100000 1000000 0 10110 10011 10011111 111001 110111

Color Harmonies of #4ACEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEA0

Black with #4ACEA0

Text Example


Text Example

White with #4ACEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,160); }

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

background-color css

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

 a { background-color: rgb(74,206,160); }

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

border-color css

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

 span { border-color: rgb(74,206,160); }

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