Html Css Color HEX #4AC694 Shamrock

📋 copy color: '#4AC694'

red 74 ◦ green 198 ◦ blue 148

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

Shades of Shamrock #4AC694

Tints of Shamrock #4AC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 17.62%
G = 47.14%
B = 35.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#4AC694 (or 0x4AC694) is known color: Shamrock. HEX triplet: 4A, C6 and 94. RGB value is (74,198,148). Sum of RGB (Red+Green+Blue) = 74+198+148=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC694 is #B5396B. Grayscale: #9B9B9B. Windows color (decimal): -11876716 or 9750090. OLE color: 9750090.

HSL color Cylindrical-coordinate representation of color #4AC694: hue angle of 155.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC694 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 148 -
CMYK 0.63 0 0.25 0.22
HSL 155.81º 0.52% 0.53% -
HSV(B) 155.81º 0.63% 0.78% -
XYZ 28.36 43.98 35.01 -
YUV 155.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 74 198 148 0.63 0 0.25 0.22 155.81 0.52 0.53
Hex 4A C6 94 3F 0 19 16 9C 34 35
Octal 112 306 224 77 0 31 26 234 64 65
Binary 1001010 11000110 10010100 111111 0 11001 10110 10011100 110100 110101

Color Harmonies of #4AC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC694

Black with #4AC694

Text Example


Text Example

White with #4AC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,198,148); }

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

background-color css

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

 a { background-color: rgb(74,198,148); }

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

border-color css

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

 span { border-color: rgb(74,198,148); }

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