Html Css Color HEX #0F9960 Shamrock Green

📋 copy color: '#0F9960'

red 15 ◦ green 153 ◦ blue 96

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

Shades of Shamrock Green #0F9960

Tints of Shamrock Green #0F9960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 5.68%
G = 57.95%
B = 36.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#0F9960 (or 0x0F9960) is known color: Shamrock Green. HEX triplet: 0F, 99 and 60. RGB value is (15,153,96). Sum of RGB (Red+Green+Blue) = 15+153+96=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9960 is #F0669F. Grayscale: #696969. Windows color (decimal): -15754912 or 6330639. OLE color: 6330639.

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

Color convert

RGB 15 153 96 -
CMYK 0.90 0 0.37 0.4
HSL 155.22º 0.82% 0.33% -
HSV(B) 155.22º 0.9% 0.6% -
XYZ 13.7 23.73 14.92 -
YUV 105.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 15 153 96 0.90 0 0.37 0.4 155.22 0.82 0.33
Hex F 99 60 5A 0 25 28 9B 52 21
Octal 17 231 140 132 0 45 50 233 122 41
Binary 1111 10011001 1100000 1011010 0 100101 101000 10011011 1010010 100001

Color Harmonies of #0F9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9960

Black with #0F9960

Text Example


Text Example

White with #0F9960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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