Html Css Color HEX #4AFC98 Shamrock

📋 copy color: '#4AFC98'

red 74 ◦ green 252 ◦ blue 152

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

Shades of Shamrock #4AFC98

Tints of Shamrock #4AFC98

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.72%

 BLUE value IS 152 (59.77% from 255) = 31.8%

R = 15.48%
G = 52.72%
B = 31.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#4AFC98 (or 0x4AFC98) is known color: Shamrock. HEX triplet: 4A, FC and 98. RGB value is (74,252,152). Sum of RGB (Red+Green+Blue) = 74+252+152=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFC98 is #B50367. Grayscale: #BBBBBB. Windows color (decimal): -11862888 or 10026058. OLE color: 10026058.

HSL color Cylindrical-coordinate representation of color #4AFC98: hue angle of 146.29º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFC98 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 252 152 -
CMYK 0.71 0 0.40 0.01
HSL 146.29º 0.97% 0.64% -
HSV(B) 146.29º 0.71% 0.99% -
XYZ 43.3 73.34 41.58 -
YUV 187.38 108.03 47.13 -
System Red Green Blue C M Y K H S L
Decimal 74 252 152 0.71 0 0.40 0.01 146.29 0.97 0.64
Hex 4A FC 98 47 0 28 1 92 61 40
Octal 112 374 230 107 0 50 1 222 141 100
Binary 1001010 11111100 10011000 1000111 0 101000 1 10010010 1100001 1000000

Color Harmonies of #4AFC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFC98

Black with #4AFC98

Text Example


Text Example

White with #4AFC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,252,152); }

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

background-color css

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

 a { background-color: rgb(74,252,152); }

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

border-color css

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

 span { border-color: rgb(74,252,152); }

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