Html Css Color HEX #0F6C1A San Felix

📋 copy color: '#0F6C1A'

red 15 ◦ green 108 ◦ blue 26

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

Shades of San Felix #0F6C1A

Tints of San Felix #0F6C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72.48%

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 10.07%
G = 72.48%
B = 17.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#0F6C1A (or 0x0F6C1A) is known color: San Felix. HEX triplet: 0F, 6C and 1A. RGB value is (15,108,26). Sum of RGB (Red+Green+Blue) = 15+108+26=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C1A is #F093E5. Grayscale: #474747. Windows color (decimal): -15766502 or 1731599. OLE color: 1731599.

HSL color Cylindrical-coordinate representation of color #0F6C1A: hue angle of 127.1º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C1A is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 26 -
CMYK 0.86 0 0.76 0.58
HSL 127.1º 0.76% 0.24% -
HSV(B) 127.1º 0.86% 0.42% -
XYZ 5.75 10.9 2.78 -
YUV 70.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 15 108 26 0.86 0 0.76 0.58 127.1 0.76 0.24
Hex F 6C 1A 56 0 4C 3A 7F 4C 18
Octal 17 154 32 126 0 114 72 177 114 30
Binary 1111 1101100 11010 1010110 0 1001100 111010 1111111 1001100 11000

Color Harmonies of #0F6C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C1A

Black with #0F6C1A

Text Example


Text Example

White with #0F6C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,26); }

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

background-color css

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

 a { background-color: rgb(15,108,26); }

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

border-color css

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

 span { border-color: rgb(15,108,26); }

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