Html Css Color HEX #14691A San Felix

📋 copy color: '#14691A'

red 20 ◦ green 105 ◦ blue 26

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

Shades of San Felix #14691A

Tints of San Felix #14691A

RGB

 RED value IS 20 (8.2% from 255) = 13.25%

 GREEN value IS 105 (41.41% from 255) = 69.54%

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

R = 13.25%
G = 69.54%
B = 17.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#14691A (or 0x14691A) is known color: San Felix. HEX triplet: 14, 69 and 1A. RGB value is (20,105,26). Sum of RGB (Red+Green+Blue) = 20+105+26=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #14691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14691A is #EB96E5. Grayscale: #464646. Windows color (decimal): -15439590 or 1730836. OLE color: 1730836.

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

Color convert

RGB 20 105 26 -
CMYK 0.81 0 0.75 0.59
HSL 124.24º 0.68% 0.25% -
HSV(B) 124.24º 0.81% 0.41% -
XYZ 5.53 10.33 2.68 -
YUV 70.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 20 105 26 0.81 0 0.75 0.59 124.24 0.68 0.25
Hex 14 69 1A 51 0 4B 3B 7C 44 19
Octal 24 151 32 121 0 113 73 174 104 31
Binary 10100 1101001 11010 1010001 0 1001011 111011 1111100 1000100 11001

Color Harmonies of #14691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14691A

Black with #14691A

Text Example


Text Example

White with #14691A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,105,26); }

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

background-color css

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

 a { background-color: rgb(20,105,26); }

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

border-color css

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

 span { border-color: rgb(20,105,26); }

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