Html Css Color HEX #0F9B65 Shamrock Green

📋 copy color: '#0F9B65'

red 15 ◦ green 155 ◦ blue 101

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

Shades of Shamrock Green #0F9B65

Tints of Shamrock Green #0F9B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.2%

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

R = 5.54%
G = 57.2%
B = 37.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#0F9B65 (or 0x0F9B65) is known color: Shamrock Green. HEX triplet: 0F, 9B and 65. RGB value is (15,155,101). Sum of RGB (Red+Green+Blue) = 15+155+101=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9B65 is #F0649A. Grayscale: #6B6B6B. Windows color (decimal): -15754395 or 6658831. OLE color: 6658831.

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

Color convert

RGB 15 155 101 -
CMYK 0.90 0 0.35 0.39
HSL 156.86º 0.82% 0.33% -
HSV(B) 156.86º 0.9% 0.61% -
XYZ 14.27 24.48 16.29 -
YUV 106.98 124.62 62.39 -
System Red Green Blue C M Y K H S L
Decimal 15 155 101 0.90 0 0.35 0.39 156.86 0.82 0.33
Hex F 9B 65 5A 0 23 27 9D 52 21
Octal 17 233 145 132 0 43 47 235 122 41
Binary 1111 10011011 1100101 1011010 0 100011 100111 10011101 1010010 100001

Color Harmonies of #0F9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B65

Black with #0F9B65

Text Example


Text Example

White with #0F9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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