#146808

Color #146808 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #146808

Tints of Green #146808

Color information

#146808 (or 0x146808) is unknown color: approx Green. HEX triplet: 14, 68 and 08. RGB value is (20,104,8). Sum of RGB (Red+Green+Blue) = 20+104+8=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #146808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146808 is #EB97F7. Grayscale: #444444. Windows color (decimal): -15439864 or 550932. OLE color: 550932.

HSL color Cylindrical-coordinate representation of color #146808: hue angle of 112.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146808 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB201048-
CMYK0.8100.920.59
HSL112.5º85.71%21.96%-
HSV(B)112.5º92.31%40.78%-
XYZ5.2810.071.89-
YUV67.9494.1793.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 104 (41.02% from 255) = 78.79%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=15.15%
G=78.79%
B=6.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2010480.8100.920.59112.585.7121.96
Hex146885105C3B705616
Octal241501012101347316012626
Binary10100110100010001010001010111001110111110000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146808; }

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

 H1.HeaderClassName
 {
   color: #146808;
 }
 .AnyTagClassName
 {
   color: #146808;
 }
</style>
background-color css

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

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

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

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

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

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