Html Css Color HEX #0F965E Shamrock Green

📋 copy color: '#0F965E'

red 15 ◦ green 150 ◦ blue 94

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

Shades of Shamrock Green #0F965E

Tints of Shamrock Green #0F965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.92%

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 5.79%
G = 57.92%
B = 36.29%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#0F965E (or 0x0F965E) is known color: Shamrock Green. HEX triplet: 0F, 96 and 5E. RGB value is (15,150,94). Sum of RGB (Red+Green+Blue) = 15+150+94=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #0F965E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F965E is #F069A1. Grayscale: #676767. Windows color (decimal): -15755682 or 6198799. OLE color: 6198799.

HSL color Cylindrical-coordinate representation of color #0F965E: hue angle of 155.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F965E is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 94 -
CMYK 0.9 0 0.37 0.41
HSL 155.11º 0.82% 0.32% -
HSV(B) 155.11º 0.9% 0.59% -
XYZ 13.12 22.72 14.28 -
YUV 103.25 122.77 65.05 -
System Red Green Blue C M Y K H S L
Decimal 15 150 94 0.9 0 0.37 0.41 155.11 0.82 0.32
Hex F 96 5E 5A 0 25 29 9B 52 20
Octal 17 226 136 132 0 45 51 233 122 40
Binary 1111 10010110 1011110 1011010 0 100101 101001 10011011 1010010 100000

Color Harmonies of #0F965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F965E

Black with #0F965E

Text Example


Text Example

White with #0F965E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,94); }

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

background-color css

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

 a { background-color: rgb(15,150,94); }

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

border-color css

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

 span { border-color: rgb(15,150,94); }

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