Html Css Color HEX #0F9A5B Shamrock Green

📋 copy color: '#0F9A5B'

red 15 ◦ green 154 ◦ blue 91

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

Shades of Shamrock Green #0F9A5B

Tints of Shamrock Green #0F9A5B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59.23%

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

R = 5.77%
G = 59.23%
B = 35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#0F9A5B (or 0x0F9A5B) is known color: Shamrock Green. HEX triplet: 0F, 9A and 5B. RGB value is (15,154,91). Sum of RGB (Red+Green+Blue) = 15+154+91=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9A5B is #F065A4. Grayscale: #696969. Windows color (decimal): -15754661 or 6003215. OLE color: 6003215.

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

Color convert

RGB 15 154 91 -
CMYK 0.90 0 0.41 0.40
HSL 152.81º 0.82% 0.33% -
HSV(B) 152.81º 0.9% 0.6% -
XYZ 13.64 23.97 13.8 -
YUV 105.26 119.95 63.62 -
System Red Green Blue C M Y K H S L
Decimal 15 154 91 0.90 0 0.41 0.40 152.81 0.82 0.33
Hex F 9A 5B 5A 0 29 28 99 52 21
Octal 17 232 133 132 0 51 50 231 122 41
Binary 1111 10011010 1011011 1011010 0 101001 101000 10011001 1010010 100001

Color Harmonies of #0F9A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9A5B

Black with #0F9A5B

Text Example


Text Example

White with #0F9A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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