Html Css Color HEX #4AD5A2 Shamrock

📋 copy color: '#4AD5A2'

red 74 ◦ green 213 ◦ blue 162

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

Shades of Shamrock #4AD5A2

Tints of Shamrock #4AD5A2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 16.48%
G = 47.44%
B = 36.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#4AD5A2 (or 0x4AD5A2) is known color: Shamrock. HEX triplet: 4A, D5 and A2. RGB value is (74,213,162). Sum of RGB (Red+Green+Blue) = 74+213+162=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD5A2 is #B52A5D. Grayscale: #A5A5A5. Windows color (decimal): -11872862 or 10671434. OLE color: 10671434.

HSL color Cylindrical-coordinate representation of color #4AD5A2: hue angle of 157.99º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5A2 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 162 -
CMYK 0.65 0 0.24 0.16
HSL 157.99º 0.62% 0.56% -
HSV(B) 157.99º 0.65% 0.84% -
XYZ 33.14 51.65 42.41 -
YUV 165.63 125.95 62.65 -
System Red Green Blue C M Y K H S L
Decimal 74 213 162 0.65 0 0.24 0.16 157.99 0.62 0.56
Hex 4A D5 A2 41 0 18 10 9E 3E 38
Octal 112 325 242 101 0 30 20 236 76 70
Binary 1001010 11010101 10100010 1000001 0 11000 10000 10011110 111110 111000

Color Harmonies of #4AD5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD5A2

Black with #4AD5A2

Text Example


Text Example

White with #4AD5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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