Html Css Color HEX #0F985F Shamrock Green

📋 copy color: '#0F985F'

red 15 ◦ green 152 ◦ blue 95

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

Shades of Shamrock Green #0F985F

Tints of Shamrock Green #0F985F

RGB

 RED value IS 15 (6.25% from 255) = 5.73%

 GREEN value IS 152 (59.77% from 255) = 58.02%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 5.73%
G = 58.02%
B = 36.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#0F985F (or 0x0F985F) is known color: Shamrock Green. HEX triplet: 0F, 98 and 5F. RGB value is (15,152,95). Sum of RGB (Red+Green+Blue) = 15+152+95=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #0F985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F985F is #F067A0. Grayscale: #686868. Windows color (decimal): -15755169 or 6264847. OLE color: 6264847.

HSL color Cylindrical-coordinate representation of color #0F985F: hue angle of 155.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F985F is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 152 95 -
CMYK 0.90 0 0.38 0.40
HSL 155.04º 0.82% 0.33% -
HSV(B) 155.04º 0.9% 0.6% -
XYZ 13.49 23.38 14.63 -
YUV 104.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 15 152 95 0.90 0 0.38 0.40 155.04 0.82 0.33
Hex F 98 5F 5A 0 26 28 9B 52 21
Octal 17 230 137 132 0 46 50 233 122 41
Binary 1111 10011000 1011111 1011010 0 100110 101000 10011011 1010010 100001

Color Harmonies of #0F985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F985F

Black with #0F985F

Text Example


Text Example

White with #0F985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F985F; }

 p { color: rgb(15,152,95); }

 H1.HeaderClassName
 {
   color: #0F985F;
 }
 .AnyTagClassName
 {
   color: #0F985F;
 }
</style>

background-color css

<style>
 a { background-color: #0F985F; }

 a { background-color: rgb(15,152,95); }

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

border-color css

<style>
 span { border-color: #0F985F; }

 span { border-color: rgb(15,152,95); }

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