Html Css Color HEX #4ADAA5 Shamrock

📋 copy color: '#4ADAA5'

red 74 ◦ green 218 ◦ blue 165

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

Shades of Shamrock #4ADAA5

Tints of Shamrock #4ADAA5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 16.19%
G = 47.7%
B = 36.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#4ADAA5 (or 0x4ADAA5) is known color: Shamrock. HEX triplet: 4A, DA and A5. RGB value is (74,218,165). Sum of RGB (Red+Green+Blue) = 74+218+165=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADAA5 is #B5255A. Grayscale: #A8A8A8. Windows color (decimal): -11871579 or 10869322. OLE color: 10869322.

HSL color Cylindrical-coordinate representation of color #4ADAA5: hue angle of 157.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAA5 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 165 -
CMYK 0.66 0 0.24 0.15
HSL 157.92º 0.66% 0.57% -
HSV(B) 157.92º 0.66% 0.85% -
XYZ 34.69 54.32 44.25 -
YUV 168.9 125.79 60.31 -
System Red Green Blue C M Y K H S L
Decimal 74 218 165 0.66 0 0.24 0.15 157.92 0.66 0.57
Hex 4A DA A5 42 0 18 F 9E 42 39
Octal 112 332 245 102 0 30 17 236 102 71
Binary 1001010 11011010 10100101 1000010 0 11000 1111 10011110 1000010 111001

Color Harmonies of #4ADAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAA5

Black with #4ADAA5

Text Example


Text Example

White with #4ADAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,165); }

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

background-color css

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

 a { background-color: rgb(74,218,165); }

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

border-color css

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

 span { border-color: rgb(74,218,165); }

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