Html Css Color HEX #0F9766 Shamrock Green

📋 copy color: '#0F9766'

red 15 ◦ green 151 ◦ blue 102

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

Shades of Shamrock Green #0F9766

Tints of Shamrock Green #0F9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 5.6%
G = 56.34%
B = 38.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#0F9766 (or 0x0F9766) is known color: Shamrock Green. HEX triplet: 0F, 97 and 66. RGB value is (15,151,102). Sum of RGB (Red+Green+Blue) = 15+151+102=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9766 is #F06899. Grayscale: #686868. Windows color (decimal): -15755418 or 6723343. OLE color: 6723343.

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

Color convert

RGB 15 151 102 -
CMYK 0.90 0 0.32 0.41
HSL 158.38º 0.82% 0.33% -
HSV(B) 158.38º 0.9% 0.59% -
XYZ 13.66 23.19 16.33 -
YUV 104.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 15 151 102 0.90 0 0.32 0.41 158.38 0.82 0.33
Hex F 97 66 5A 0 20 29 9E 52 21
Octal 17 227 146 132 0 40 51 236 122 41
Binary 1111 10010111 1100110 1011010 0 100000 101001 10011110 1010010 100001

Color Harmonies of #0F9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9766

Black with #0F9766

Text Example


Text Example

White with #0F9766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,151,102); }

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

background-color css

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

 a { background-color: rgb(15,151,102); }

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

border-color css

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

 span { border-color: rgb(15,151,102); }

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