Html Css Color HEX #146918 San Felix

📋 copy color: '#146918'

red 20 ◦ green 105 ◦ blue 24

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

Shades of San Felix #146918

Tints of San Felix #146918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 13.42%
G = 70.47%
B = 16.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#146918 (or 0x146918) is known color: San Felix. HEX triplet: 14, 69 and 18. RGB value is (20,105,24). Sum of RGB (Red+Green+Blue) = 20+105+24=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #146918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146918 is #EB96E7. Grayscale: #464646. Windows color (decimal): -15439592 or 1599764. OLE color: 1599764.

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

Color convert

RGB 20 105 24 -
CMYK 0.81 0 0.77 0.59
HSL 122.82º 0.68% 0.25% -
HSV(B) 122.82º 0.81% 0.41% -
XYZ 5.5 10.32 2.57 -
YUV 70.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 20 105 24 0.81 0 0.77 0.59 122.82 0.68 0.25
Hex 14 69 18 51 0 4D 3B 7B 44 19
Octal 24 151 30 121 0 115 73 173 104 31
Binary 10100 1101001 11000 1010001 0 1001101 111011 1111011 1000100 11001

Color Harmonies of #146918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146918

Black with #146918

Text Example


Text Example

White with #146918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146918; }

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

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

background-color css

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

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

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

border-color css

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

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

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