Html Css Color HEX #4ADAA7 Shamrock

📋 copy color: '#4ADAA7'

red 74 ◦ green 218 ◦ blue 167

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

Shades of Shamrock #4ADAA7

Tints of Shamrock #4ADAA7

RGB

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

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

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

R = 16.12%
G = 47.49%
B = 36.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#4ADAA7 (or 0x4ADAA7) is known color: Shamrock. HEX triplet: 4A, DA and A7. RGB value is (74,218,167). Sum of RGB (Red+Green+Blue) = 74+218+167=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADAA7 is #B52558. Grayscale: #A9A9A9. Windows color (decimal): -11871577 or 11000394. OLE color: 11000394.

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

Color convert

RGB 74 218 167 -
CMYK 0.66 0 0.23 0.15
HSL 158.75º 0.66% 0.57% -
HSV(B) 158.75º 0.66% 0.85% -
XYZ 34.87 54.39 45.22 -
YUV 169.13 126.79 60.15 -
System Red Green Blue C M Y K H S L
Decimal 74 218 167 0.66 0 0.23 0.15 158.75 0.66 0.57
Hex 4A DA A7 42 0 17 F 9F 42 39
Octal 112 332 247 102 0 27 17 237 102 71
Binary 1001010 11011010 10100111 1000010 0 10111 1111 10011111 1000010 111001

Color Harmonies of #4ADAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAA7

Black with #4ADAA7

Text Example


Text Example

White with #4ADAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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