Html Css Color HEX #0F925F Shamrock Green

📋 copy color: '#0F925F'

red 15 ◦ green 146 ◦ blue 95

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

Shades of Shamrock Green #0F925F

Tints of Shamrock Green #0F925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

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

R = 5.86%
G = 57.03%
B = 37.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#0F925F (or 0x0F925F) is known color: Shamrock Green. HEX triplet: 0F, 92 and 5F. RGB value is (15,146,95). Sum of RGB (Red+Green+Blue) = 15+146+95=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #0F925F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F925F is #F06DA0. Grayscale: #656565. Windows color (decimal): -15756705 or 6263311. OLE color: 6263311.

HSL color Cylindrical-coordinate representation of color #0F925F: hue angle of 156.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F925F is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 146 95 -
CMYK 0.90 0 0.35 0.43
HSL 156.64º 0.81% 0.32% -
HSV(B) 156.64º 0.9% 0.57% -
XYZ 12.54 21.49 14.31 -
YUV 101.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 15 146 95 0.90 0 0.35 0.43 156.64 0.81 0.32
Hex F 92 5F 5A 0 23 2B 9D 51 20
Octal 17 222 137 132 0 43 53 235 121 40
Binary 1111 10010010 1011111 1011010 0 100011 101011 10011101 1010001 100000

Color Harmonies of #0F925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F925F

Black with #0F925F

Text Example


Text Example

White with #0F925F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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