Html Css Color HEX #4ADCA2 Shamrock

📋 copy color: '#4ADCA2'

red 74 ◦ green 220 ◦ blue 162

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

Shades of Shamrock #4ADCA2

Tints of Shamrock #4ADCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 16.23%
G = 48.25%
B = 35.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#4ADCA2 (or 0x4ADCA2) is known color: Shamrock. HEX triplet: 4A, DC and A2. RGB value is (74,220,162). Sum of RGB (Red+Green+Blue) = 74+220+162=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCA2 is #B5235D. Grayscale: #A9A9A9. Windows color (decimal): -11871070 or 10673226. OLE color: 10673226.

HSL color Cylindrical-coordinate representation of color #4ADCA2: hue angle of 156.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCA2 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 162 -
CMYK 0.66 0 0.26 0.14
HSL 156.16º 0.68% 0.58% -
HSV(B) 156.16º 0.66% 0.86% -
XYZ 34.94 55.25 43.01 -
YUV 169.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 74 220 162 0.66 0 0.26 0.14 156.16 0.68 0.58
Hex 4A DC A2 42 0 1A E 9C 44 3A
Octal 112 334 242 102 0 32 16 234 104 72
Binary 1001010 11011100 10100010 1000010 0 11010 1110 10011100 1000100 111010

Color Harmonies of #4ADCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCA2

Black with #4ADCA2

Text Example


Text Example

White with #4ADCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,162); }

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

background-color css

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

 a { background-color: rgb(74,220,162); }

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

border-color css

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

 span { border-color: rgb(74,220,162); }

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