Html Css Color HEX #12681A San Felix

📋 copy color: '#12681A'

red 18 ◦ green 104 ◦ blue 26

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

Shades of San Felix #12681A

Tints of San Felix #12681A

RGB

 RED value IS 18 (7.42% from 255) = 12.16%

 GREEN value IS 104 (41.02% from 255) = 70.27%

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

R = 12.16%
G = 70.27%
B = 17.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#12681A (or 0x12681A) is known color: San Felix. HEX triplet: 12, 68 and 1A. RGB value is (18,104,26). Sum of RGB (Red+Green+Blue) = 18+104+26=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #12681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12681A is #ED97E5. Grayscale: #454545. Windows color (decimal): -15570918 or 1730578. OLE color: 1730578.

HSL color Cylindrical-coordinate representation of color #12681A: hue angle of 125.58º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12681A is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 26 -
CMYK 0.83 0 0.75 0.59
HSL 125.58º 0.7% 0.24% -
HSV(B) 125.58º 0.83% 0.41% -
XYZ 5.39 10.1 2.64 -
YUV 69.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 18 104 26 0.83 0 0.75 0.59 125.58 0.7 0.24
Hex 12 68 1A 53 0 4B 3B 7E 46 18
Octal 22 150 32 123 0 113 73 176 106 30
Binary 10010 1101000 11010 1010011 0 1001011 111011 1111110 1000110 11000

Color Harmonies of #12681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12681A

Black with #12681A

Text Example


Text Example

White with #12681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12681A; }

 p { color: rgb(18,104,26); }

 H1.HeaderClassName
 {
   color: #12681A;
 }
 .AnyTagClassName
 {
   color: #12681A;
 }
</style>

background-color css

<style>
 a { background-color: #12681A; }

 a { background-color: rgb(18,104,26); }

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

border-color css

<style>
 span { border-color: #12681A; }

 span { border-color: rgb(18,104,26); }

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