Html Css Color HEX #0F9765 Shamrock Green

📋 copy color: '#0F9765'

red 15 ◦ green 151 ◦ blue 101

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

Shades of Shamrock Green #0F9765

Tints of Shamrock Green #0F9765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 5.62%
G = 56.55%
B = 37.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#0F9765 (or 0x0F9765) is known color: Shamrock Green. HEX triplet: 0F, 97 and 65. RGB value is (15,151,101). Sum of RGB (Red+Green+Blue) = 15+151+101=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9765 is #F0689A. Grayscale: #686868. Windows color (decimal): -15755419 or 6657807. OLE color: 6657807.

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

Color convert

RGB 15 151 101 -
CMYK 0.90 0 0.33 0.41
HSL 157.94º 0.82% 0.33% -
HSV(B) 157.94º 0.9% 0.59% -
XYZ 13.61 23.17 16.07 -
YUV 104.64 125.94 64.07 -
System Red Green Blue C M Y K H S L
Decimal 15 151 101 0.90 0 0.33 0.41 157.94 0.82 0.33
Hex F 97 65 5A 0 21 29 9E 52 21
Octal 17 227 145 132 0 41 51 236 122 41
Binary 1111 10010111 1100101 1011010 0 100001 101001 10011110 1010010 100001

Color Harmonies of #0F9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9765

Black with #0F9765

Text Example


Text Example

White with #0F9765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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