Html Css Color HEX #4ADDA2 Shamrock

📋 copy color: '#4ADDA2'

red 74 ◦ green 221 ◦ blue 162

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

Shades of Shamrock #4ADDA2

Tints of Shamrock #4ADDA2

RGB

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

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

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

R = 16.19%
G = 48.36%
B = 35.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#4ADDA2 (or 0x4ADDA2) is known color: Shamrock. HEX triplet: 4A, DD and A2. RGB value is (74,221,162). Sum of RGB (Red+Green+Blue) = 74+221+162=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDA2 is #B5225D. Grayscale: #AAAAAA. Windows color (decimal): -11870814 or 10673482. OLE color: 10673482.

HSL color Cylindrical-coordinate representation of color #4ADDA2: hue angle of 155.92º 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 #4ADDA2 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 162 -
CMYK 0.67 0 0.27 0.13
HSL 155.92º 0.68% 0.58% -
HSV(B) 155.92º 0.67% 0.87% -
XYZ 35.2 55.78 43.09 -
YUV 170.32 123.3 59.3 -
System Red Green Blue C M Y K H S L
Decimal 74 221 162 0.67 0 0.27 0.13 155.92 0.68 0.58
Hex 4A DD A2 43 0 1B D 9C 44 3A
Octal 112 335 242 103 0 33 15 234 104 72
Binary 1001010 11011101 10100010 1000011 0 11011 1101 10011100 1000100 111010

Color Harmonies of #4ADDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDA2

Black with #4ADDA2

Text Example


Text Example

White with #4ADDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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