#146308

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

Shades of Green #146308

Tints of Green #146308

Color information

#146308 (or 0x146308) is unknown color: approx Green. HEX triplet: 14, 63 and 08. RGB value is (20,99,8). Sum of RGB (Red+Green+Blue) = 20+99+8=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #146308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146308 is #EB9CF7. Grayscale: #414141. Windows color (decimal): -15441144 or 549652. OLE color: 549652.

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

Color convert

RGB20998-
CMYK0.8000.920.61
HSL112.09º85.05%20.98%-
HSV(B)112.09º91.92%38.82%-
XYZ4.799.091.73-
YUV65.0195.8395.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=15.75%
G=77.95%
B=6.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal209980.8000.920.61112.0985.0520.98
Hex146385005C3D705515
Octal241431012001347516012525
Binary10100110001110001010000010111001111011110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146308; }

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

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

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

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

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

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

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

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