Html Css Color HEX #4ADDA5 Shamrock

📋 copy color: '#4ADDA5'

red 74 ◦ green 221 ◦ blue 165

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

Shades of Shamrock #4ADDA5

Tints of Shamrock #4ADDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

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

R = 16.09%
G = 48.04%
B = 35.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#4ADDA5 (or 0x4ADDA5) is known color: Shamrock. HEX triplet: 4A, DD and A5. RGB value is (74,221,165). Sum of RGB (Red+Green+Blue) = 74+221+165=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDA5 is #B5225A. Grayscale: #AAAAAA. Windows color (decimal): -11870811 or 10870090. OLE color: 10870090.

HSL color Cylindrical-coordinate representation of color #4ADDA5: hue angle of 157.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDA5 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 165 -
CMYK 0.67 0 0.25 0.13
HSL 157.14º 0.68% 0.58% -
HSV(B) 157.14º 0.67% 0.87% -
XYZ 35.47 55.89 44.51 -
YUV 170.66 124.8 59.05 -
System Red Green Blue C M Y K H S L
Decimal 74 221 165 0.67 0 0.25 0.13 157.14 0.68 0.58
Hex 4A DD A5 43 0 19 D 9D 44 3A
Octal 112 335 245 103 0 31 15 235 104 72
Binary 1001010 11011101 10100101 1000011 0 11001 1101 10011101 1000100 111010

Color Harmonies of #4ADDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDA5

Black with #4ADDA5

Text Example


Text Example

White with #4ADDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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