Html Css Color HEX #4AC490 Shamrock

📋 copy color: '#4AC490'

red 74 ◦ green 196 ◦ blue 144

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

Shades of Shamrock #4AC490

Tints of Shamrock #4AC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 17.87%
G = 47.34%
B = 34.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#4AC490 (or 0x4AC490) is known color: Shamrock. HEX triplet: 4A, C4 and 90. RGB value is (74,196,144). Sum of RGB (Red+Green+Blue) = 74+196+144=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC490 is #B53B6F. Grayscale: #999999. Windows color (decimal): -11877232 or 9487434. OLE color: 9487434.

HSL color Cylindrical-coordinate representation of color #4AC490: hue angle of 154.43º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC490 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 144 -
CMYK 0.62 0 0.27 0.23
HSL 154.43º 0.51% 0.53% -
HSV(B) 154.43º 0.62% 0.77% -
XYZ 27.6 42.95 33.22 -
YUV 153.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 74 196 144 0.62 0 0.27 0.23 154.43 0.51 0.53
Hex 4A C4 90 3E 0 1B 17 9A 33 35
Octal 112 304 220 76 0 33 27 232 63 65
Binary 1001010 11000100 10010000 111110 0 11011 10111 10011010 110011 110101

Color Harmonies of #4AC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC490

Black with #4AC490

Text Example


Text Example

White with #4AC490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,196,144); }

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

background-color css

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

 a { background-color: rgb(74,196,144); }

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

border-color css

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

 span { border-color: rgb(74,196,144); }

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