#146608

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

Shades of Green #146608

Tints of Green #146608

Color information

#146608 (or 0x146608) is unknown color: approx Green. HEX triplet: 14, 66 and 08. RGB value is (20,102,8). Sum of RGB (Red+Green+Blue) = 20+102+8=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #146608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146608 is #EB99F7. Grayscale: #434343. Windows color (decimal): -15440376 or 550420. OLE color: 550420.

HSL color Cylindrical-coordinate representation of color #146608: hue angle of 112.34º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146608 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB201028-
CMYK0.8000.920.6
HSL112.34º85.45%21.57%-
HSV(B)112.34º92.16%40%-
XYZ5.089.671.83-
YUV66.7794.8394.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 102 (40.23% from 255) = 78.46%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=15.38%
G=78.46%
B=6.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2010280.8000.920.6112.3485.4521.57
Hex146685005C3C705516
Octal241461012001347416012526
Binary10100110011010001010000010111001111001110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146608; }

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

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

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

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

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

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

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

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