Html Css Color HEX #146618 San Felix

📋 copy color: '#146618'

red 20 ◦ green 102 ◦ blue 24

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

Shades of San Felix #146618

Tints of San Felix #146618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 69.86%

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

R = 13.7%
G = 69.86%
B = 16.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#146618 (or 0x146618) is known color: San Felix. HEX triplet: 14, 66 and 18. RGB value is (20,102,24). Sum of RGB (Red+Green+Blue) = 20+102+24=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #146618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146618 is #EB99E7. Grayscale: #444444. Windows color (decimal): -15440360 or 1598996. OLE color: 1598996.

HSL color Cylindrical-coordinate representation of color #146618: hue angle of 122.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146618 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 24 -
CMYK 0.80 0 0.76 0.6
HSL 122.93º 0.67% 0.24% -
HSV(B) 122.93º 0.8% 0.4% -
XYZ 5.2 9.72 2.47 -
YUV 68.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 20 102 24 0.80 0 0.76 0.6 122.93 0.67 0.24
Hex 14 66 18 50 0 4C 3C 7B 43 18
Octal 24 146 30 120 0 114 74 173 103 30
Binary 10100 1100110 11000 1010000 0 1001100 111100 1111011 1000011 11000

Color Harmonies of #146618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146618

Black with #146618

Text Example


Text Example

White with #146618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146618; }

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

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

background-color css

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

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

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

border-color css

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

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

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