Html Css Color HEX #0F995B Shamrock Green

📋 copy color: '#0F995B'

red 15 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #0F995B

Tints of Shamrock Green #0F995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.07%

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

R = 5.79%
G = 59.07%
B = 35.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#0F995B (or 0x0F995B) is known color: Shamrock Green. HEX triplet: 0F, 99 and 5B. RGB value is (15,153,91). Sum of RGB (Red+Green+Blue) = 15+153+91=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #0F995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F995B is #F066A4. Grayscale: #686868. Windows color (decimal): -15754917 or 6002959. OLE color: 6002959.

HSL color Cylindrical-coordinate representation of color #0F995B: hue angle of 153.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 #0F995B is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 91 -
CMYK 0.90 0 0.41 0.4
HSL 153.04º 0.82% 0.33% -
HSV(B) 153.04º 0.9% 0.6% -
XYZ 13.48 23.64 13.75 -
YUV 104.67 120.28 64.04 -
System Red Green Blue C M Y K H S L
Decimal 15 153 91 0.90 0 0.41 0.4 153.04 0.82 0.33
Hex F 99 5B 5A 0 29 28 99 52 21
Octal 17 231 133 132 0 51 50 231 122 41
Binary 1111 10011001 1011011 1011010 0 101001 101000 10011001 1010010 100001

Color Harmonies of #0F995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F995B

Black with #0F995B

Text Example


Text Example

White with #0F995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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