Html Css Color HEX #48F69A Shamrock

📋 copy color: '#48F69A'

red 72 ◦ green 246 ◦ blue 154

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

Shades of Shamrock #48F69A

Tints of Shamrock #48F69A

RGB

 RED value IS 72 (28.52% from 255) = 15.25%

 GREEN value IS 246 (96.48% from 255) = 52.12%

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 15.25%
G = 52.12%
B = 32.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#48F69A (or 0x48F69A) is known color: Shamrock. HEX triplet: 48, F6 and 9A. RGB value is (72,246,154). Sum of RGB (Red+Green+Blue) = 72+246+154=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #48F69A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F69A is #B70965. Grayscale: #B7B7B7. Windows color (decimal): -11995494 or 10155592. OLE color: 10155592.

HSL color Cylindrical-coordinate representation of color #48F69A: hue angle of 148.28º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F69A is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 246 154 -
CMYK 0.71 0 0.37 0.04
HSL 148.28º 0.91% 0.62% -
HSV(B) 148.28º 0.71% 0.96% -
XYZ 41.46 69.62 41.83 -
YUV 183.49 111.35 48.48 -
System Red Green Blue C M Y K H S L
Decimal 72 246 154 0.71 0 0.37 0.04 148.28 0.91 0.62
Hex 48 F6 9A 47 0 25 4 94 5B 3E
Octal 110 366 232 107 0 45 4 224 133 76
Binary 1001000 11110110 10011010 1000111 0 100101 100 10010100 1011011 111110

Color Harmonies of #48F69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F69A

Black with #48F69A

Text Example


Text Example

White with #48F69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48F69A; }

 p { color: rgb(72,246,154); }

 H1.HeaderClassName
 {
   color: #48F69A;
 }
 .AnyTagClassName
 {
   color: #48F69A;
 }
</style>

background-color css

<style>
 a { background-color: #48F69A; }

 a { background-color: rgb(72,246,154); }

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

border-color css

<style>
 span { border-color: #48F69A; }

 span { border-color: rgb(72,246,154); }

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