Html Css Color HEX #4ADBA4 Shamrock

📋 copy color: '#4ADBA4'

red 74 ◦ green 219 ◦ blue 164

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

Shades of Shamrock #4ADBA4

Tints of Shamrock #4ADBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 16.19%
G = 47.92%
B = 35.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#4ADBA4 (or 0x4ADBA4) is known color: Shamrock. HEX triplet: 4A, DB and A4. RGB value is (74,219,164). Sum of RGB (Red+Green+Blue) = 74+219+164=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBA4 is #B5245B. Grayscale: #A9A9A9. Windows color (decimal): -11871324 or 10804042. OLE color: 10804042.

HSL color Cylindrical-coordinate representation of color #4ADBA4: hue angle of 157.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBA4 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 164 -
CMYK 0.66 0 0.25 0.14
HSL 157.24º 0.67% 0.57% -
HSV(B) 157.24º 0.66% 0.86% -
XYZ 34.86 54.8 43.86 -
YUV 169.38 124.96 59.97 -
System Red Green Blue C M Y K H S L
Decimal 74 219 164 0.66 0 0.25 0.14 157.24 0.67 0.57
Hex 4A DB A4 42 0 19 E 9D 43 39
Octal 112 333 244 102 0 31 16 235 103 71
Binary 1001010 11011011 10100100 1000010 0 11001 1110 10011101 1000011 111001

Color Harmonies of #4ADBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBA4

Black with #4ADBA4

Text Example


Text Example

White with #4ADBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,164); }

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

background-color css

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

 a { background-color: rgb(74,219,164); }

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

border-color css

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

 span { border-color: rgb(74,219,164); }

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