Html Css Color HEX #146917 San Felix

📋 copy color: '#146917'

red 20 ◦ green 105 ◦ blue 23

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

Shades of San Felix #146917

Tints of San Felix #146917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.54%

R = 13.51%
G = 70.95%
B = 15.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#146917 (or 0x146917) is known color: San Felix. HEX triplet: 14, 69 and 17. RGB value is (20,105,23). Sum of RGB (Red+Green+Blue) = 20+105+23=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #146917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146917 is #EB96E8. Grayscale: #464646. Windows color (decimal): -15439593 or 1534228. OLE color: 1534228.

HSL color Cylindrical-coordinate representation of color #146917: hue angle of 122.12º 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 #146917 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 23 -
CMYK 0.81 0 0.78 0.59
HSL 122.12º 0.68% 0.25% -
HSV(B) 122.12º 0.81% 0.41% -
XYZ 5.49 10.31 2.51 -
YUV 70.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 20 105 23 0.81 0 0.78 0.59 122.12 0.68 0.25
Hex 14 69 17 51 0 4E 3B 7A 44 19
Octal 24 151 27 121 0 116 73 172 104 31
Binary 10100 1101001 10111 1010001 0 1001110 111011 1111010 1000100 11001

Color Harmonies of #146917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146917

Black with #146917

Text Example


Text Example

White with #146917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146917; }

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

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

background-color css

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

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

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

border-color css

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

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

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