Html Css Color HEX #4ADCA7 Shamrock

📋 copy color: '#4ADCA7'

red 74 ◦ green 220 ◦ blue 167

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

Shades of Shamrock #4ADCA7

Tints of Shamrock #4ADCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 16.05%
G = 47.72%
B = 36.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#4ADCA7 (or 0x4ADCA7) is known color: Shamrock. HEX triplet: 4A, DC and A7. RGB value is (74,220,167). Sum of RGB (Red+Green+Blue) = 74+220+167=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCA7 is #B52358. Grayscale: #AAAAAA. Windows color (decimal): -11871065 or 11000906. OLE color: 11000906.

HSL color Cylindrical-coordinate representation of color #4ADCA7: hue angle of 158.22º 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 #4ADCA7 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 167 -
CMYK 0.66 0 0.24 0.14
HSL 158.22º 0.68% 0.58% -
HSV(B) 158.22º 0.66% 0.86% -
XYZ 35.39 55.43 45.39 -
YUV 170.3 126.13 59.31 -
System Red Green Blue C M Y K H S L
Decimal 74 220 167 0.66 0 0.24 0.14 158.22 0.68 0.58
Hex 4A DC A7 42 0 18 E 9E 44 3A
Octal 112 334 247 102 0 30 16 236 104 72
Binary 1001010 11011100 10100111 1000010 0 11000 1110 10011110 1000100 111010

Color Harmonies of #4ADCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCA7

Black with #4ADCA7

Text Example


Text Example

White with #4ADCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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