Html Css Color HEX #4AE996 Shamrock

📋 copy color: '#4AE996'

red 74 ◦ green 233 ◦ blue 150

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

Shades of Shamrock #4AE996

Tints of Shamrock #4AE996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 16.19%
G = 50.98%
B = 32.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#4AE996 (or 0x4AE996) is known color: Shamrock. HEX triplet: 4A, E9 and 96. RGB value is (74,233,150). Sum of RGB (Red+Green+Blue) = 74+233+150=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE996 is #B51669. Grayscale: #B0B0B0. Windows color (decimal): -11867754 or 9890122. OLE color: 9890122.

HSL color Cylindrical-coordinate representation of color #4AE996: hue angle of 148.68º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE996 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 233 150 -
CMYK 0.68 0 0.36 0.09
HSL 148.68º 0.78% 0.6% -
HSV(B) 148.68º 0.68% 0.91% -
XYZ 37.47 61.94 38.83 -
YUV 176 113.32 55.25 -
System Red Green Blue C M Y K H S L
Decimal 74 233 150 0.68 0 0.36 0.09 148.68 0.78 0.6
Hex 4A E9 96 44 0 24 9 95 4E 3C
Octal 112 351 226 104 0 44 11 225 116 74
Binary 1001010 11101001 10010110 1000100 0 100100 1001 10010101 1001110 111100

Color Harmonies of #4AE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE996

Black with #4AE996

Text Example


Text Example

White with #4AE996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,233,150); }

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

background-color css

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

 a { background-color: rgb(74,233,150); }

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

border-color css

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

 span { border-color: rgb(74,233,150); }

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