Html Css Color HEX #4AD69B Shamrock

📋 copy color: '#4AD69B'

red 74 ◦ green 214 ◦ blue 155

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

Shades of Shamrock #4AD69B

Tints of Shamrock #4AD69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 16.7%
G = 48.31%
B = 34.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#4AD69B (or 0x4AD69B) is known color: Shamrock. HEX triplet: 4A, D6 and 9B. RGB value is (74,214,155). Sum of RGB (Red+Green+Blue) = 74+214+155=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD69B is #B52964. Grayscale: #A5A5A5. Windows color (decimal): -11872613 or 10212938. OLE color: 10212938.

HSL color Cylindrical-coordinate representation of color #4AD69B: hue angle of 154.71º degrees, saturation: 0.63, 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 #4AD69B is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 155 -
CMYK 0.65 0 0.28 0.16
HSL 154.71º 0.63% 0.56% -
HSV(B) 154.71º 0.65% 0.84% -
XYZ 32.79 51.92 39.3 -
YUV 165.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 74 214 155 0.65 0 0.28 0.16 154.71 0.63 0.56
Hex 4A D6 9B 41 0 1C 10 9B 3F 38
Octal 112 326 233 101 0 34 20 233 77 70
Binary 1001010 11010110 10011011 1000001 0 11100 10000 10011011 111111 111000

Color Harmonies of #4AD69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD69B

Black with #4AD69B

Text Example


Text Example

White with #4AD69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,214,155); }

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

background-color css

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

 a { background-color: rgb(74,214,155); }

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

border-color css

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

 span { border-color: rgb(74,214,155); }

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