Html Css Color HEX #14681A San Felix

📋 copy color: '#14681A'

red 20 ◦ green 104 ◦ blue 26

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

Shades of San Felix #14681A

Tints of San Felix #14681A

RGB

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

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

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

R = 13.33%
G = 69.33%
B = 17.33%

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

#14681A (or 0x14681A) is known color: San Felix. HEX triplet: 14, 68 and 1A. RGB value is (20,104,26). Sum of RGB (Red+Green+Blue) = 20+104+26=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #14681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681A is #EB97E5. Grayscale: #464646. Windows color (decimal): -15439846 or 1730580. OLE color: 1730580.

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

Color convert

RGB 20 104 26 -
CMYK 0.81 0 0.75 0.59
HSL 124.29º 0.68% 0.24% -
HSV(B) 124.29º 0.81% 0.41% -
XYZ 5.43 10.12 2.65 -
YUV 69.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 20 104 26 0.81 0 0.75 0.59 124.29 0.68 0.24
Hex 14 68 1A 51 0 4B 3B 7C 44 18
Octal 24 150 32 121 0 113 73 174 104 30
Binary 10100 1101000 11010 1010001 0 1001011 111011 1111100 1000100 11000

Color Harmonies of #14681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14681A

Black with #14681A

Text Example


Text Example

White with #14681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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