Html Css Color HEX #4AF095 Shamrock

📋 copy color: '#4AF095'

red 74 ◦ green 240 ◦ blue 149

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

Shades of Shamrock #4AF095

Tints of Shamrock #4AF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.84%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 15.98%
G = 51.84%
B = 32.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#4AF095 (or 0x4AF095) is known color: Shamrock. HEX triplet: 4A, F0 and 95. RGB value is (74,240,149). Sum of RGB (Red+Green+Blue) = 74+240+149=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF095 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF095 is #B50F6A. Grayscale: #B4B4B4. Windows color (decimal): -11865963 or 9826378. OLE color: 9826378.

HSL color Cylindrical-coordinate representation of color #4AF095: hue angle of 147.11º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF095 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 149 -
CMYK 0.69 0 0.38 0.06
HSL 147.11º 0.85% 0.62% -
HSV(B) 147.11º 0.69% 0.94% -
XYZ 39.41 65.95 39.09 -
YUV 179.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 74 240 149 0.69 0 0.38 0.06 147.11 0.85 0.62
Hex 4A F0 95 45 0 26 6 93 55 3E
Octal 112 360 225 105 0 46 6 223 125 76
Binary 1001010 11110000 10010101 1000101 0 100110 110 10010011 1010101 111110

Color Harmonies of #4AF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF095

Black with #4AF095

Text Example


Text Example

White with #4AF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,149); }

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

background-color css

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

 a { background-color: rgb(74,240,149); }

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

border-color css

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

 span { border-color: rgb(74,240,149); }

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