Html Css Color HEX #4AD69C Shamrock

📋 copy color: '#4AD69C'

red 74 ◦ green 214 ◦ blue 156

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

Shades of Shamrock #4AD69C

Tints of Shamrock #4AD69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 16.67%
G = 48.2%
B = 35.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#4AD69C (or 0x4AD69C) is known color: Shamrock. HEX triplet: 4A, D6 and 9C. RGB value is (74,214,156). Sum of RGB (Red+Green+Blue) = 74+214+156=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD69C is #B52963. Grayscale: #A5A5A5. Windows color (decimal): -11872612 or 10278474. OLE color: 10278474.

HSL color Cylindrical-coordinate representation of color #4AD69C: hue angle of 155.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD69C is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 156 -
CMYK 0.65 0 0.27 0.16
HSL 155.14º 0.63% 0.56% -
HSV(B) 155.14º 0.65% 0.84% -
XYZ 32.87 51.95 39.75 -
YUV 165.53 122.62 62.72 -
System Red Green Blue C M Y K H S L
Decimal 74 214 156 0.65 0 0.27 0.16 155.14 0.63 0.56
Hex 4A D6 9C 41 0 1B 10 9B 3F 38
Octal 112 326 234 101 0 33 20 233 77 70
Binary 1001010 11010110 10011100 1000001 0 11011 10000 10011011 111111 111000

Color Harmonies of #4AD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD69C

Black with #4AD69C

Text Example


Text Example

White with #4AD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,214,156); }

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

background-color css

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

 a { background-color: rgb(74,214,156); }

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

border-color css

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

 span { border-color: rgb(74,214,156); }

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