Html Css Color HEX #0F965B Shamrock Green

📋 copy color: '#0F965B'

red 15 ◦ green 150 ◦ blue 91

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

Shades of Shamrock Green #0F965B

Tints of Shamrock Green #0F965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 5.86%
G = 58.59%
B = 35.55%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#0F965B (or 0x0F965B) is known color: Shamrock Green. HEX triplet: 0F, 96 and 5B. RGB value is (15,150,91). Sum of RGB (Red+Green+Blue) = 15+150+91=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #0F965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F965B is #F069A4. Grayscale: #676767. Windows color (decimal): -15755685 or 6002191. OLE color: 6002191.

HSL color Cylindrical-coordinate representation of color #0F965B: hue angle of 153.78º 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 #0F965B is Cyan = 0.9, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 91 -
CMYK 0.9 0 0.39 0.41
HSL 153.78º 0.82% 0.32% -
HSV(B) 153.78º 0.9% 0.59% -
XYZ 12.99 22.67 13.59 -
YUV 102.91 121.27 65.3 -
System Red Green Blue C M Y K H S L
Decimal 15 150 91 0.9 0 0.39 0.41 153.78 0.82 0.32
Hex F 96 5B 5A 0 27 29 9A 52 20
Octal 17 226 133 132 0 47 51 232 122 40
Binary 1111 10010110 1011011 1011010 0 100111 101001 10011010 1010010 100000

Color Harmonies of #0F965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F965B

Black with #0F965B

Text Example


Text Example

White with #0F965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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