Html Css Color HEX #4AFA9F Shamrock

📋 copy color: '#4AFA9F'

red 74 ◦ green 250 ◦ blue 159

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

Shades of Shamrock #4AFA9F

Tints of Shamrock #4AFA9F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 15.32%
G = 51.76%
B = 32.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#4AFA9F (or 0x4AFA9F) is known color: Shamrock. HEX triplet: 4A, FA and 9F. RGB value is (74,250,159). Sum of RGB (Red+Green+Blue) = 74+250+159=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA9F is #B50560. Grayscale: #BBBBBB. Windows color (decimal): -11863393 or 10484298. OLE color: 10484298.

HSL color Cylindrical-coordinate representation of color #4AFA9F: hue angle of 148.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA9F is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 159 -
CMYK 0.70 0 0.36 0.02
HSL 148.98º 0.95% 0.64% -
HSV(B) 148.98º 0.7% 0.98% -
XYZ 43.27 72.33 44.48 -
YUV 187 112.19 47.4 -
System Red Green Blue C M Y K H S L
Decimal 74 250 159 0.70 0 0.36 0.02 148.98 0.95 0.64
Hex 4A FA 9F 46 0 24 2 95 5F 40
Octal 112 372 237 106 0 44 2 225 137 100
Binary 1001010 11111010 10011111 1000110 0 100100 10 10010101 1011111 1000000

Color Harmonies of #4AFA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA9F

Black with #4AFA9F

Text Example


Text Example

White with #4AFA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,250,159); }

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

background-color css

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

 a { background-color: rgb(74,250,159); }

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

border-color css

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

 span { border-color: rgb(74,250,159); }

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