Html Css Color HEX #4AC18E Shamrock

📋 copy color: '#4AC18E'

red 74 ◦ green 193 ◦ blue 142

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

Shades of Shamrock #4AC18E

Tints of Shamrock #4AC18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 18.09%
G = 47.19%
B = 34.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#4AC18E (or 0x4AC18E) is known color: Shamrock. HEX triplet: 4A, C1 and 8E. RGB value is (74,193,142). Sum of RGB (Red+Green+Blue) = 74+193+142=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC18E is #B53E71. Grayscale: #979797. Windows color (decimal): -11878002 or 9355594. OLE color: 9355594.

HSL color Cylindrical-coordinate representation of color #4AC18E: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC18E is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 193 142 -
CMYK 0.62 0 0.26 0.24
HSL 154.29º 0.49% 0.52% -
HSV(B) 154.29º 0.62% 0.76% -
XYZ 26.78 41.55 32.2 -
YUV 151.61 122.58 72.65 -
System Red Green Blue C M Y K H S L
Decimal 74 193 142 0.62 0 0.26 0.24 154.29 0.49 0.52
Hex 4A C1 8E 3E 0 1A 18 9A 31 34
Octal 112 301 216 76 0 32 30 232 61 64
Binary 1001010 11000001 10001110 111110 0 11010 11000 10011010 110001 110100

Color Harmonies of #4AC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC18E

Black with #4AC18E

Text Example


Text Example

White with #4AC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,193,142); }

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

background-color css

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

 a { background-color: rgb(74,193,142); }

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

border-color css

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

 span { border-color: rgb(74,193,142); }

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